Index: third_party/WebKit/Source/core/testing/DictionaryTest.idl |
diff --git a/third_party/WebKit/Source/core/testing/DictionaryTest.idl b/third_party/WebKit/Source/core/testing/DictionaryTest.idl |
index d90206e60b45483e631e066fe785542d25518e51..d244022a95d2d3e2727cbffdff641db0a970aaf4 100644 |
--- a/third_party/WebKit/Source/core/testing/DictionaryTest.idl |
+++ b/third_party/WebKit/Source/core/testing/DictionaryTest.idl |
@@ -2,8 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-[ |
-] interface DictionaryTest { |
+interface DictionaryTest { |
void set(optional InternalDictionary testingDictionary); |
InternalDictionary get(); |
[CallWith=ScriptState] object getDictionaryMemberProperties(); |
@@ -11,5 +10,8 @@ |
void setDerived(InternalDictionaryDerived derived); |
InternalDictionaryDerived getDerived(); |
+ void setDerivedDerived(InternalDictionaryDerivedDerived derived); |
+ InternalDictionaryDerivedDerived getDerivedDerived(); |
+ |
[CallWith=ExecutionContext, RaisesException] DOMString stringFromIterable(Dictionary iterableDictionary); |
}; |