| Index: third_party/WebKit/Source/core/testing/DictionaryTest.h
|
| diff --git a/third_party/WebKit/Source/core/testing/DictionaryTest.h b/third_party/WebKit/Source/core/testing/DictionaryTest.h
|
| index a0fcd0bfec253c2af5b95b2e22182518b7aee2cb..9df16d67c0ee9f83e6444a4521b6d3406cd6d7c2 100644
|
| --- a/third_party/WebKit/Source/core/testing/DictionaryTest.h
|
| +++ b/third_party/WebKit/Source/core/testing/DictionaryTest.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "bindings/core/v8/DoubleOrString.h"
|
| #include "bindings/core/v8/Nullable.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/Element.h"
|
| @@ -20,6 +19,7 @@ namespace blink {
|
| class InternalDictionary;
|
| class InternalDictionaryDerived;
|
| class InternalDictionaryDerivedDerived;
|
| +class ScriptState;
|
|
|
| class DictionaryTest : public GarbageCollectedFinalized<DictionaryTest>,
|
| public ScriptWrappable {
|
| @@ -43,7 +43,7 @@ class DictionaryTest : public GarbageCollectedFinalized<DictionaryTest>,
|
| void setDerivedDerived(const InternalDictionaryDerivedDerived&);
|
| void getDerivedDerived(InternalDictionaryDerivedDerived&);
|
|
|
| - String stringFromIterable(ExecutionContext*,
|
| + String stringFromIterable(ScriptState*,
|
| Dictionary iterable,
|
| ExceptionState&) const;
|
|
|
|
|