Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
index 972d7208a1003ccd1bd248aed4fed8ad2f9cbb26..393851f68e14dd69a6075b459b2ac35a85e53507 100644 |
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
@@ -212,7 +212,7 @@ void WebSharedWorkerImpl::resumeStartup() |
// WorkerReportingProxy -------------------------------------------------------- |
-void WebSharedWorkerImpl::reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL, int exceptionId) |
+void WebSharedWorkerImpl::reportException(const String& errorMessage, PassOwnPtr<SourceLocation>) |
{ |
// Not suppported in SharedWorker. |
} |