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

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

Issue 409373002: IDL: Binding code generation for dictionaries (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/TestObject.idl
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
index ff313403a791657259a707692b496f3efefcf5f7..68c039c2dfcff898775d3fc28d7afbc9e7c351b6 100644
--- a/Source/bindings/tests/idls/TestObject.idl
+++ b/Source/bindings/tests/idls/TestObject.idl
@@ -33,16 +33,6 @@ enum TestEnum {"", "EnumValue1", "EnumValue2", "EnumValue3"};
callback VoidCallbackFunction = void ();
callback AnyCallbackFunctionOptionalAnyArg = any (optional any optionalAnyArg);
-dictionary TestDict {
- boolean booleanMember;
- long longMember1 = 1;
-};
-
-dictionary TestDictDerived : TestDict {
- unsigned short unsignedShortMember;
- float floatMember4 = 4.0;
-};
-
// No extended attributes on the interface; those go in TestInterface.idl
interface TestObject {
// Constants

Powered by Google App Engine
This is Rietveld 408576698