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

Unified Diff: third_party/WebKit/Source/core/testing/DictionaryTest.h

Issue 2616923002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Fix errors Created 3 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
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;
« no previous file with comments | « third_party/WebKit/Source/core/html/FormData.idl ('k') | third_party/WebKit/Source/core/testing/DictionaryTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698