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

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

Issue 2676663006: Remove SetWrapperReferenceTo and SetWrapperReferenceFrom (Closed)
Patch Set: Rebase on master 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/WebGLLoseContext.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.idl b/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.idl
index 9efd94c2bb6b6ca3a26a13b43c6a48005d92daad..2c11f2bb8d7a3e7f96f3e4ab2325c3607e25eeb1 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.idl
@@ -24,8 +24,8 @@
*/
[
+ DependentLifetime,
NoInterfaceObject,
- SetWrapperReferenceFrom=canvas,
] interface WebGLLoseContext {
void loseContext();
void restoreContext();

Powered by Google App Engine
This is Rietveld 408576698