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

Unified Diff: Source/core/frame/Console.h

Issue 466753002: DevTools: Do not push to frontend messages from worker while it is alive (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unneeded changes 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 | « no previous file | Source/core/frame/ConsoleBase.h » ('j') | Source/core/inspector/InspectorInstrumentation.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Console.h
diff --git a/Source/core/frame/Console.h b/Source/core/frame/Console.h
index 49c1f8bc003fdfc7aca0edb127e987c0585d2230..4fbdd62b6642572907a212af8fccfad8bdd94fea 100644
--- a/Source/core/frame/Console.h
+++ b/Source/core/frame/Console.h
@@ -53,11 +53,12 @@ public:
PassRefPtrWillBeRawPtr<MemoryInfo> memory() const;
+ virtual void reportMessageToClient(MessageLevel, const String& message, PassRefPtrWillBeRawPtr<ScriptCallStack>) OVERRIDE;
+
virtual void trace(Visitor* visitor) OVERRIDE { ConsoleBase::trace(visitor); }
protected:
virtual ExecutionContext* context() OVERRIDE;
- virtual void reportMessageToClient(MessageLevel, const String& message, PassRefPtrWillBeRawPtr<ScriptCallStack>) OVERRIDE;
private:
explicit Console(LocalFrame*);
« no previous file with comments | « no previous file | Source/core/frame/ConsoleBase.h » ('j') | Source/core/inspector/InspectorInstrumentation.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698