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 b21147eeb4506e854e4272f85db0d869d90f8a64..b7e1d00fa209ab1ec3a9a8e0e8d13870e90cf305 100644 |
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h |
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerGlobalScope.h |
@@ -23,7 +23,7 @@ public: |
// EventTarget |
const AtomicString& interfaceName() const override; |
- void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue>, const MessagePortArray*, ExceptionState&); |
+ void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue>, const MessagePortArray&, ExceptionState&); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(message); |
int requestAnimationFrame(FrameRequestCallback*); |