Index: Source/core/html/canvas/WebGL2RenderingContext.idl |
diff --git a/Source/core/html/canvas/WebGL2RenderingContext.idl b/Source/core/html/canvas/WebGL2RenderingContext.idl |
index 5a7862b5c23f0306713e51745fa59b8f9eb7faaa..164b8b7160628ce8812342734085576ca1642758 100644 |
--- a/Source/core/html/canvas/WebGL2RenderingContext.idl |
+++ b/Source/core/html/canvas/WebGL2RenderingContext.idl |
@@ -5,6 +5,7 @@ |
[ |
RuntimeEnabled=UnsafeES3APIs, |
DoNotCheckConstants, |
+ SetWrapperReferenceFrom=canvas, |
TypeChecking=Interface, |
WillBeGarbageCollected, |
] interface WebGL2RenderingContext { }; |