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

Unified Diff: public/platform/WebServiceWorkerProviderClient.h

Issue 1130113006: ServiceWorker: Introduce ServiceWorkerMessageEvent to replace MessageEvent (3/3). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: make union type only on stack Created 5 years, 6 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: public/platform/WebServiceWorkerProviderClient.h
diff --git a/public/platform/WebServiceWorkerProviderClient.h b/public/platform/WebServiceWorkerProviderClient.h
index d3b679500191a71681f482f6ea131b1bc114eb88..cb8816e6664dba6bd10c86331f57629c9bef9afe 100644
--- a/public/platform/WebServiceWorkerProviderClient.h
+++ b/public/platform/WebServiceWorkerProviderClient.h
@@ -47,7 +47,7 @@ public:
virtual void setController(WebServiceWorker*, bool shouldNotifyControllerChange) = 0;
- virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) = 0;
+ virtual void dispatchMessageEvent(WebServiceWorker*, const WebString& message, const WebMessagePortChannelArray&) = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698