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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl

Issue 2671553003: Remove uses of VisitDOMWrapper (Closed)
Patch Set: Add DependentLifetime when removing Custom=VisitDOMWrapper Created 3 years, 10 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: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl
index 58450c52227761c1d5bcded469d13dfd4e0b1c42..6566b6f7aa6bd4469533f1a77b8aabdda1a2360f 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl
@@ -8,7 +8,7 @@
DoNotCheckConstants,
SetWrapperReferenceFrom=canvas,
Exposed(Worker ExperimentalCanvasFeatures, Window StableBlinkFeatures),
- Custom=VisitDOMWrapper,
+ DependentLifetime,
] interface WebGL2RenderingContext { };
WebGL2RenderingContext implements WebGLRenderingContextBase;
WebGL2RenderingContext implements WebGL2RenderingContextBase;

Powered by Google App Engine
This is Rietveld 408576698