Chromium Code Reviews

Unified Diff: Source/core/inspector/WorkerDebuggerAgent.h

Issue 15832007: DevTools: Add support for //# sourceURL (sourceMappingURL) comments and deprecate //@ ones (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/inspector/WorkerDebuggerAgent.h
diff --git a/Source/core/inspector/WorkerDebuggerAgent.h b/Source/core/inspector/WorkerDebuggerAgent.h
index b406a1d7624d026f0ef748383d3ac00e24a9a019..8588793619b721237030cef0cc9dfe334ec79c24 100644
--- a/Source/core/inspector/WorkerDebuggerAgent.h
+++ b/Source/core/inspector/WorkerDebuggerAgent.h
@@ -58,6 +58,7 @@ private:
virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId);
virtual void muteConsole();
virtual void unmuteConsole();
+ virtual void addConsoleMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL);
WorkerScriptDebugServer m_scriptDebugServer;
WorkerContext* m_inspectedWorkerContext;

Powered by Google App Engine