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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.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/WebGLRenderingContext.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.idl b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.idl
index af5a20a039e7e66a3bbbf86a10c71fb00d05a294..72fc686274be34c63dc3fe4040dcb6a4e032a808 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.idl
@@ -29,6 +29,6 @@
DoNotCheckConstants,
SetWrapperReferenceFrom=canvas,
Exposed(Worker ExperimentalCanvasFeatures, Window StableBlinkFeatures),
- Custom=VisitDOMWrapper,
+ DependentLifetime,
] interface WebGLRenderingContext { };
WebGLRenderingContext implements WebGLRenderingContextBase;

Powered by Google App Engine
This is Rietveld 408576698