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

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

Issue 47073007: Bindings: Remove special cases for DOMStringList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 2 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/TestCallback.idl ('k') | Source/bindings/tests/results/V8TestCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestObjectPython.idl
diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
index 4eea884c23af3dff7f0cdf222b467b943906a143..18c3a589c58c51d7b7972e767c973030d0e4d155 100644
--- a/Source/bindings/tests/idls/TestObjectPython.idl
+++ b/Source/bindings/tests/idls/TestObjectPython.idl
@@ -62,7 +62,6 @@ interface TestObjectPython {
attribute SerializedScriptValue serializedScriptValueAttribute;
attribute any anyAttribute;
// Special type conversions
- attribute DOMStringList domStringListAttribute;
attribute Promise promiseAttribute;
// DOM Node types
attribute Document documentAttribute;
@@ -209,12 +208,10 @@ interface TestObjectPython {
void voidMethodLongArgTestInterfaceEmptyArg(long longArg, TestInterfaceEmpty testInterfaceEmptyArg);
// Special type conversions
CompareHow compareHowMethod();
- DOMStringList domStringListMethod();
MediaQueryListListener mediaQueryListListenerMethod();
any anyMethod();
void voidMethodMediaQueryListListenerArg(MediaQueryListListener mediaQueryListListenerArg);
void voidMethodCompareHowArg(CompareHow compareHowArg);
- void voidMethodDOMStringListArg(DOMStringList domStringListArg);
void voidMethodAnyArg(any anyArg);
// DOM node types
void voidMethodAttrArg(Attr attrArg);
« no previous file with comments | « Source/bindings/tests/idls/TestCallback.idl ('k') | Source/bindings/tests/results/V8TestCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698