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

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorker.h

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add missing ScopedAsyncTaskScheduler instance for the new unit tests; required by a recent change t… 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/public/platform/modules/serviceworker/WebServiceWorker.h
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorker.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorker.h
index 5e6f2f5a8ba27e0a207029ed86323a14d13ab22b..4e6c28bce513420ae332b2dfd4fae0beb75d1045 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorker.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorker.h
@@ -43,7 +43,6 @@ namespace blink {
class WebSecurityOrigin;
class WebServiceWorkerProvider;
class WebServiceWorkerProxy;
-typedef WebVector<class WebMessagePortChannel*> WebMessagePortChannelArray;
class WebServiceWorker {
public:
@@ -76,7 +75,7 @@ class WebServiceWorker {
virtual void postMessage(WebServiceWorkerProvider*,
const WebString&,
const WebSecurityOrigin&,
- WebMessagePortChannelArray*) = 0;
+ WebMessagePortChannelArray) = 0;
virtual void terminate() {}
};

Powered by Google App Engine
This is Rietveld 408576698