Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
index 8d86fa7ef2d6829db302924cbfec1003c5371dc8..6615a27fc63b00f4adc53b7b1c59f524af143077 100644 |
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
@@ -274,7 +274,7 @@ void WebEmbeddedWorkerImpl::willSendRequest( |
m_networkProvider->willSendRequest(frame->dataSource(), request); |
} |
-void WebEmbeddedWorkerImpl::didFinishDocumentLoad(WebLocalFrame* frame, bool) |
+void WebEmbeddedWorkerImpl::didFinishDocumentLoad(WebLocalFrame* frame) |
{ |
ASSERT(!m_mainScriptLoader); |
ASSERT(!m_networkProvider); |