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() { |