| 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 d244022a95d2d3e2727cbffdff641db0a970aaf4..e1cddf7ce3f4dd796f4b4eaffbf434fa0dc3b37a 100644
|
| --- a/third_party/WebKit/Source/core/testing/DictionaryTest.idl
|
| +++ b/third_party/WebKit/Source/core/testing/DictionaryTest.idl
|
| @@ -13,5 +13,5 @@ interface DictionaryTest {
|
| void setDerivedDerived(InternalDictionaryDerivedDerived derived);
|
| InternalDictionaryDerivedDerived getDerivedDerived();
|
|
|
| - [CallWith=ExecutionContext, RaisesException] DOMString stringFromIterable(Dictionary iterableDictionary);
|
| + [CallWith=ScriptState, RaisesException] DOMString stringFromIterable(Dictionary iterableDictionary);
|
| };
|
|
|