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

Unified Diff: third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp

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/core/workers/DedicatedWorkerTest.cpp
diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
index 0856d0e653959754005d95f2025c7fe983fdc702..69bc7f00239c981f36330c57457c7d2b8d8c1492 100644
--- a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
+++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
@@ -218,7 +218,7 @@ class DedicatedWorkerTest : public ::testing::Test {
void dispatchMessageEvent() {
workerMessagingProxy()->postMessageToWorkerGlobalScope(
- nullptr /* message */, nullptr /* channels */);
+ nullptr /* message */, MessagePortChannelArray());
}
InProcessWorkerMessagingProxyForTest* workerMessagingProxy() {

Powered by Google App Engine
This is Rietveld 408576698