Chromium Code Reviews

Unified Diff: Source/modules/webgl/OESTextureFloatLinear.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/OESTextureFloatLinear.idl
diff --git a/Source/modules/webgl/OESTextureFloatLinear.idl b/Source/modules/webgl/OESTextureFloatLinear.idl
index bb39e3dd8628c5e65c2531144d679822cc8f5bcf..0c305b792d783012da8a3fa811a786c29c110323 100644
--- a/Source/modules/webgl/OESTextureFloatLinear.idl
+++ b/Source/modules/webgl/OESTextureFloatLinear.idl
@@ -25,7 +25,7 @@
[
NoInterfaceObject,
- WillBeGarbageCollected,
+ GarbageCollected,
SetWrapperReferenceFrom=canvas,
] interface OESTextureFloatLinear {
};

Powered by Google App Engine