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

Unified Diff: Source/web/WebSharedWorkerImpl.h

Issue 419203004: DevTools: wrapping arguments addConsoleMessage in ConsoleMessage (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@wrap-not-all-console-args
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSharedWorkerImpl.h
diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h
index 0ed732379c3d3393eb3f2a24521d408c55408bf4..cabe1a83801efc9639f7092902b3b6be070e3544 100644
--- a/Source/web/WebSharedWorkerImpl.h
+++ b/Source/web/WebSharedWorkerImpl.h
@@ -46,6 +46,7 @@
#include "wtf/WeakPtr.h"
namespace blink {
+class ConsoleMessage;
class ResourceResponse;
}
@@ -75,9 +76,7 @@ public:
// blink::WorkerReportingProxy methods:
virtual void reportException(
const WTF::String&, int, int, const WTF::String&) OVERRIDE;
- virtual void reportConsoleMessage(
- blink::MessageSource, blink::MessageLevel,
- const WTF::String&, int, const WTF::String&) OVERRIDE;
+ virtual void reportConsoleMessage(PassRefPtr<blink::ConsoleMessage>) OVERRIDE;
virtual void postMessageToPageInspector(const WTF::String&) OVERRIDE;
virtual void updateInspectorStateCookie(const WTF::String&) OVERRIDE;
virtual void workerGlobalScopeStarted(blink::WorkerGlobalScope*) OVERRIDE;
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698