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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.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/modules/compositorworker/CompositorWorkerGlobalScope.h
diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
index c2978e03e57fb5620aa15cd25e33fb7366cfd85f..a8953fa1031403fa80fc912235b55da77d301637 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h
@@ -33,7 +33,7 @@ class MODULES_EXPORT CompositorWorkerGlobalScope final
// 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