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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.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/modules/TestInterface5.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl
index 934e146c0b5ca60937048b8df5c50b98d4d2fe1c..af95bf65c13117c0ec8faedf98e359c423f3f3ee 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl
@@ -41,7 +41,6 @@ callback VoidCallbackFunctionModules = void ();
DoNotCheckConstants,
ImplementedAs=TestInterface5Implementation,
RuntimeEnabled=FeatureName,
- SetWrapperReferenceTo(TestInterface5 referencedName),
Exposed=(Worker,Window),
] interface TestInterface5 : TestInterfaceEmpty {
// members needed to test [ImplementedAs], as this affect attribute

Powered by Google App Engine
This is Rietveld 408576698