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

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

Issue 137583006: Remove tests for unused IDL compiler features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove other unused line 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
« no previous file with comments | « Source/bindings/tests/idls/TestObjectPython.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/TestTypedefs.idl
diff --git a/Source/bindings/tests/idls/TestTypedefs.idl b/Source/bindings/tests/idls/TestTypedefs.idl
index c5b24851cd71f81a8791946ca0d709bc415e93c4..be1545ccbafed654e881bbf0b39c47d6a0a5dd4e 100644
--- a/Source/bindings/tests/idls/TestTypedefs.idl
+++ b/Source/bindings/tests/idls/TestTypedefs.idl
@@ -33,7 +33,7 @@
typedef float DOUBLE;
typedef unsigned long long ULONGLONG;
-typedef SerializedScriptValue SCRIPT_VALUE;
+typedef TestInterfaceEmpty TEST_INTERFACE_EMPTY;
typedef long[] ARRAY_OF_LONGS;
typedef DOMString STRING;
typedef DOMString[] ARRAY_OF_STRINGS;
@@ -47,16 +47,14 @@ typedef DOMException E;
] interface TestTypedefs {
attribute ULONGLONG unsignedLongLongAttr;
- [Immutable] attribute SCRIPT_VALUE immutableSerializedScriptValue;
-
- static readonly attribute T TestSubObj;
+ attribute T TestSubObj;
[StrictTypeChecking] void func(optional ARRAY_OF_LONGS x);
void setShadow(DOUBLE width, DOUBLE height, float blur, [StrictTypeChecking] optional STRING color, optional DOUBLE alpha);
void voidMethodTestCallbackInterfaceArgument(TEST_CALLBACK_INTERFACE testCallbackInterface);
- ULONGLONG methodWithSequenceArg(sequence<SCRIPT_VALUE> sequenceArg);
+ ULONGLONG methodWithSequenceArg(sequence<TEST_INTERFACE_EMPTY> sequenceArg);
[RaisesException] ARRAY_OF_STRINGS stringArrayFunction(ARRAY_OF_STRINGS values);
[RaisesException] STRING[] stringArrayFunction2(STRING[] values);
« no previous file with comments | « Source/bindings/tests/idls/TestObjectPython.idl ('k') | Source/bindings/tests/results/V8TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698