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

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

Powered by Google App Engine
This is Rietveld 408576698