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

Unified Diff: Source/bindings/tests/idls/TestSpecialOperations.idl

Issue 255553004: Split [StrictTypeChecking] into [TypeChecking=Interface|Nullable|String] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove redundant flag Created 6 years, 8 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
« no previous file with comments | « Source/bindings/tests/idls/TestObject.idl ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestSpecialOperations.idl
diff --git a/Source/bindings/tests/idls/TestSpecialOperations.idl b/Source/bindings/tests/idls/TestSpecialOperations.idl
index 5056ff25369e567c194599aef147a4a4838b69fd..6235c1d5fd6b2ca829de0d59fdf6e644361c604b 100644
--- a/Source/bindings/tests/idls/TestSpecialOperations.idl
+++ b/Source/bindings/tests/idls/TestSpecialOperations.idl
@@ -5,8 +5,8 @@
[
OverrideBuiltins,
] interface TestSpecialOperations {
- // [ImplementedAs], [StrictTypeChecking], union return, nullability
+ // [ImplementedAs], [TypeChecking=Interface|Nullable|String], union return, nullability
// [OverrideBuiltins] affects named property operations
[ImplementedAs=getItem] getter (Node or NodeList) namedItem(DOMString name);
- [StrictTypeChecking] setter Node (DOMString name, Node? value);
+ [TypeChecking=Interface|Nullable|String] setter Node (DOMString name, Node? value);
};
« no previous file with comments | « Source/bindings/tests/idls/TestObject.idl ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698