Index: Source/core/html/canvas/WebGLRenderingContext.idl |
diff --git a/Source/core/html/canvas/WebGLRenderingContext.idl b/Source/core/html/canvas/WebGLRenderingContext.idl |
index 837b68d947d5d490d980f24c937428695813f4d1..0b2320d814faa6a7d8e42695a6bff30a2483f268 100644 |
--- a/Source/core/html/canvas/WebGLRenderingContext.idl |
+++ b/Source/core/html/canvas/WebGLRenderingContext.idl |
@@ -26,5 +26,6 @@ |
[ |
DoNotCheckConstants, |
TypeChecking=Interface|Nullable, |
+ WillBeGarbageCollected |
] interface WebGLRenderingContext { }; |
WebGLRenderingContext implements WebGLRenderingContextBase; |