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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.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/Source/modules/serviceworkers/ServiceWorkerContainer.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
index a99198aae55384a75ffefdd860aac9e2604752ca..beb834fa975bdccd9b682aced0901ec42c386e2c 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
@@ -92,7 +92,7 @@ class MODULES_EXPORT ServiceWorkerContainer final
bool shouldNotifyControllerChange) override;
void dispatchMessageEvent(std::unique_ptr<WebServiceWorker::Handle>,
const WebString& message,
- const WebMessagePortChannelArray&) override;
+ WebMessagePortChannelArray) override;
void countFeature(uint32_t feature) override;
// EventTarget overrides.

Powered by Google App Engine
This is Rietveld 408576698