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

Unified Diff: Source/bindings/tests/idls/modules/TestInterface5.idl

Issue 971783002: IDL: Remove last traces of [TypeChecking=Unrestricted] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/bindings/tests/idls/modules/TestInterface5.idl
diff --git a/Source/bindings/tests/idls/modules/TestInterface5.idl b/Source/bindings/tests/idls/modules/TestInterface5.idl
index 2fe76837348fcf038ad32954e355f44f2e842ef7..061eb73a516cdce3f1f424c00a7700ee7eea8c02 100644
--- a/Source/bindings/tests/idls/modules/TestInterface5.idl
+++ b/Source/bindings/tests/idls/modules/TestInterface5.idl
@@ -41,7 +41,7 @@ enum TestEnumModules { "EnumModulesValue1", "EnumModulesValue2" };
ImplementedAs=TestInterface5Implementation,
RuntimeEnabled=FeatureName,
SetWrapperReferenceTo(TestInterface5 referencedName),
- TypeChecking=(Interface,Unrestricted),
+ TypeChecking=Interface,
Exposed=(Worker,Window),
] interface TestInterface5 : TestInterfaceEmpty {
// members needed to test [ImplementedAs], as this affect attribute

Powered by Google App Engine
This is Rietveld 408576698