Chromium Code Reviews

Unified Diff: Source/modules/webgl/WebGLShader.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/WebGLShader.idl
diff --git a/Source/modules/webgl/WebGLShader.idl b/Source/modules/webgl/WebGLShader.idl
index 1d48fd67dde92f5be5594c908f6cf3d5358d2582..2d17020510a58e9c131d5764d1e400302f4290db 100644
--- a/Source/modules/webgl/WebGLShader.idl
+++ b/Source/modules/webgl/WebGLShader.idl
@@ -24,6 +24,6 @@
*/
[
- WillBeGarbageCollected,
+ GarbageCollected,
] interface WebGLShader {
};

Powered by Google App Engine