Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1516)

Unified Diff: Source/modules/webgl/WebGLRenderbuffer.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 Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webgl/WebGLRenderbuffer.cpp ('k') | Source/modules/webgl/WebGLRenderingContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGLRenderbuffer.idl
diff --git a/Source/modules/webgl/WebGLRenderbuffer.idl b/Source/modules/webgl/WebGLRenderbuffer.idl
index 2e6792fe6e1065bd46553e844c5047b00513da66..98fa819789a11ca6e4a742b7c672a7626c0abc67 100644
--- a/Source/modules/webgl/WebGLRenderbuffer.idl
+++ b/Source/modules/webgl/WebGLRenderbuffer.idl
@@ -24,6 +24,6 @@
*/
[
- WillBeGarbageCollected,
+ GarbageCollected,
] interface WebGLRenderbuffer {
};
« no previous file with comments | « Source/modules/webgl/WebGLRenderbuffer.cpp ('k') | Source/modules/webgl/WebGLRenderingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698