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

Unified Diff: third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Address feedback from yusuf 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/web/WebEmbeddedWorkerImplTest.cpp
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
index 2a7778f652fc4bc7e85015e89f39989416268d87..ae0ff1dbd4aa7d51f91130481d9024919c19d47e 100644
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
@@ -52,7 +52,7 @@ class MockServiceWorkerContextClient : public WebServiceWorkerContextClient {
}
void postMessageToClient(const WebString& uuid,
const WebString&,
- WebMessagePortChannelArray*) override {
+ WebMessagePortChannelArray) override {
NOTREACHED();
}
void skipWaiting(

Powered by Google App Engine
This is Rietveld 408576698