Index: Source/core/html/canvas/WebGLRenderingContextBase.idl |
diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.idl b/Source/core/html/canvas/WebGLRenderingContextBase.idl |
index 29de410cfee8440cae16c60a4bc8abf6d2a52b82..0317c47da7bfdcb1ad174e439603f5268f117601 100644 |
--- a/Source/core/html/canvas/WebGLRenderingContextBase.idl |
+++ b/Source/core/html/canvas/WebGLRenderingContextBase.idl |
@@ -46,6 +46,7 @@ typedef unrestricted float GLclampf; |
// DoNotCheckConstants, // need to put on implementing interface |
NoInterfaceObject, // Always used on target of 'implements' |
// TypeChecking=Interface|Unrestricted, // need to put on implementing interface |
+ WillBeGarbageCollected, |
] interface WebGLRenderingContextBase { |
readonly attribute HTMLCanvasElement canvas; |