Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h |
index 7b37c77e30a8721bc72c044b76e34c11204e68df..7ceddc3519972e88b147e0b5aa3cfa6042ad804e 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h |
@@ -59,7 +59,7 @@ public: |
// Override 'operator new' to enforce allocation of eagerly finalized object. |
DECLARE_EAGER_FINALIZATION_OPERATOR_NEW(); |
- void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&); |
+ void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray&, ExceptionState&); |
String scriptURL() const; |
String state() const; |