Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h |
index 4bed79ff1568bc9dd0d3f075e7a1dda252478110..4a2419df5717ba0034290a8e42680443c546d7ad 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h |
@@ -34,7 +34,7 @@ public: |
String url() const { return m_url; } |
String frameType() const; |
String id() const { return m_uuid; } |
- void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&); |
+ void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray&, ExceptionState&); |
DEFINE_INLINE_VIRTUAL_TRACE() { } |