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

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

Issue 146423002: Move [StrictTypeChecking] to interface (from members), where possible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 11 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/TestInterfacePython.idl
diff --git a/Source/bindings/tests/idls/TestInterfacePython.idl b/Source/bindings/tests/idls/TestInterfacePython.idl
index b29df04673a314e1876a7009406ae9510cf2d5f3..d951933f1ae736b70293d5412765772d90872f6c 100644
--- a/Source/bindings/tests/idls/TestInterfacePython.idl
+++ b/Source/bindings/tests/idls/TestInterfacePython.idl
@@ -35,12 +35,14 @@
ImplementedAs=TestInterfacePythonImplementation,
RuntimeEnabled=FeatureName,
SetWrapperReferenceTo(ReferencedType referencedName),
+ StrictTypeChecking,
] interface TestInterfacePython : TestInterfaceEmpty {
// members needed to test [ImplementedAs], as this affect attribute
- // configuration and method configuration
+ // configuration and method configuration, and [StrictTypeChecking]
const unsigned long UNSIGNED_LONG = 0;
attribute TestInterfacePython testInterfacePythonAttribute; // Self-referential interface type with [ImplementedAs]
static attribute DOMString staticStringAttribute;
+ void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
[PerWorldBindings] attribute DOMString perWorldBindingsStringAttribute;
[PerWorldBindings] void voidMethod();
};
« no previous file with comments | « Source/bindings/scripts/unstable/v8_methods.py ('k') | Source/bindings/tests/results/V8TestInterfacePython.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698