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

Unified Diff: third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h

Issue 2691333002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Created 3 years, 10 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/workers/DedicatedWorkerGlobalScope.h
diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
index f74077ee982e15cb74f2e17c991564e1da8ca0b0..c5f5af84154a164e4599bc7af8e606e4053cac3e 100644
--- a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
@@ -41,6 +41,7 @@ namespace blink {
class DedicatedWorkerThread;
class InProcessWorkerObjectProxy;
+class ScriptState;
class WorkerThreadStartupData;
class CORE_EXPORT DedicatedWorkerGlobalScope final : public WorkerGlobalScope {
@@ -58,7 +59,7 @@ class CORE_EXPORT DedicatedWorkerGlobalScope final : public WorkerGlobalScope {
// EventTarget
const AtomicString& interfaceName() const override;
- void postMessage(ExecutionContext*,
+ void postMessage(ScriptState*,
PassRefPtr<SerializedScriptValue>,
const MessagePortArray&,
ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698