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

Unified Diff: Source/core/workers/WorkerConsole.h

Issue 464293002: [DevTools] ConsoleMessage storage moved from ConsoleAgent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@remove-can-generate
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
Index: Source/core/workers/WorkerConsole.h
diff --git a/Source/core/workers/WorkerConsole.h b/Source/core/workers/WorkerConsole.h
index 7d2ecdfce37ddb4c88ab3b4e4837d86022446571..17829336f75e7be77dd3183cebe650c3c0992c82 100644
--- a/Source/core/workers/WorkerConsole.h
+++ b/Source/core/workers/WorkerConsole.h
@@ -43,7 +43,9 @@
namespace blink {
class ConsoleMessage;
+class ConsoleMessageStorage;
vsevik 2014/08/25 13:04:02 is this needed?
kozyatinskiy1 2014/08/25 14:12:39 Removed.
class ScriptArguments;
+class WorkerGlobalScope;
vsevik 2014/08/25 13:04:02 This one is already included above. Only one of th
kozyatinskiy1 2014/08/25 14:12:39 Header removed.
class WorkerConsole FINAL : public ConsoleBase {
public:

Powered by Google App Engine
This is Rietveld 408576698