Chromium Code Reviews

Unified Diff: Source/modules/webgl/WebGLFramebuffer.idl

Issue 1234883002: [Oilpan] Migrate classes under module/webgl onto oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase & work for some comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/modules/webgl/WebGLFramebuffer.idl
diff --git a/Source/modules/webgl/WebGLFramebuffer.idl b/Source/modules/webgl/WebGLFramebuffer.idl
index 354f82fefdd1a5eb8da956cd255842af4e6d4679..b41a0d25bdfe47677f0756eab4d814f900ef4a0b 100644
--- a/Source/modules/webgl/WebGLFramebuffer.idl
+++ b/Source/modules/webgl/WebGLFramebuffer.idl
@@ -24,6 +24,6 @@
*/
[
- WillBeGarbageCollected,
+ GarbageCollected,
] interface WebGLFramebuffer {
};

Powered by Google App Engine