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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.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/bindings/tests/idls/core/TestInterface2.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.idl
index e3ac25870ea3a9b4ea140e7bdcc0575fffb44225..6d7e15ec421b11427605b8fdf1e3a0c2b9fd8797 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestInterface2.idl
@@ -37,7 +37,6 @@
ActiveScriptWrappable, // Covered by [ActiveScriptWrappable]
Constructor,
DependentLifetime, // Covered by [DependentLifetime]
- SetWrapperReferenceFrom=ownerNode, // Conflicts with [SetWrapperReferenceTo]
// Note that Exposed(Arguments) has no effect on bindings-tests. It is
// processed in generate_global_constructors.py.
Exposed(Window FeatureName), // Conflicts with Exposed=(Window,Worker)

Powered by Google App Engine
This is Rietveld 408576698