Index: modules/webgl/WebGLRenderingContext.idl |
diff --git a/core/html/canvas/WebGLRenderingContext.idl b/modules/webgl/WebGLRenderingContext.idl |
similarity index 97% |
rename from core/html/canvas/WebGLRenderingContext.idl |
rename to modules/webgl/WebGLRenderingContext.idl |
index 6c12783be0cf59d3ed92b8d4c994124b18939de4..f0eb42f4c0fd89a3e3c8e3aa8360f7e29805a861 100644 |
--- a/core/html/canvas/WebGLRenderingContext.idl |
+++ b/modules/webgl/WebGLRenderingContext.idl |
@@ -27,6 +27,7 @@ |
[ |
DoNotCheckConstants, |
+ SetWrapperReferenceFrom=canvas, |
TypeChecking=Interface, |
WillBeGarbageCollected, |
] interface WebGLRenderingContext { }; |