Index: Source/core/html/canvas/WebGLRenderingContextBase.idl |
diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.idl b/Source/core/html/canvas/WebGLRenderingContextBase.idl |
index ea6d16b5d7e033acdf594c1ba282cd187569fd60..253bf5d7a10cbbb56f7dcc9108792f600d36161e 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; |