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

Unified Diff: Source/bindings/tests/idls/core/TestPartialInterface4.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/core/TestPartialInterface4.idl
diff --git a/Source/bindings/tests/idls/core/TestPartialInterface4.idl b/Source/bindings/tests/idls/core/TestPartialInterface4.idl
index 524087cdbe82c7bb84404ffd80b87cabb483e262..fcdbd805c36796f533f6b1ccf7640f07136fe276 100644
--- a/Source/bindings/tests/idls/core/TestPartialInterface4.idl
+++ b/Source/bindings/tests/idls/core/TestPartialInterface4.idl
@@ -6,5 +6,5 @@
Conditional=FOO,
TypeChecking=Interface,
] partial interface TestInterface3 {
- [Conditional=BAR, TypeChecking=Unrestricted] static void voidMethodDocument(Document document, double d);
+ [Conditional=BAR] static void voidMethodDocument(Document document, double d);
};

Powered by Google App Engine
This is Rietveld 408576698