Index: modules/webgl/WebGLLoseContext.idl |
diff --git a/core/html/canvas/WebGLLoseContext.idl b/modules/webgl/WebGLLoseContext.idl |
similarity index 97% |
rename from core/html/canvas/WebGLLoseContext.idl |
rename to modules/webgl/WebGLLoseContext.idl |
index c2355672c8c681371089064f715c97f177e973da..8e3a5d2ec8ba6121e671ba224cf1936ff7243ff6 100644 |
--- a/core/html/canvas/WebGLLoseContext.idl |
+++ b/modules/webgl/WebGLLoseContext.idl |
@@ -27,6 +27,7 @@ |
NoInterfaceObject, |
TypeChecking=Interface, |
WillBeGarbageCollected, |
+ SetWrapperReferenceFrom=canvas, |
] interface WebGLLoseContext { |
void loseContext(); |
void restoreContext(); |