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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

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/inspector/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 36b346e9e58d6ce8d9548ef7e3c78e0d97de99c2..fa600476451a7258fd31cf18653420412d672fa4 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -481,7 +481,7 @@ interface InspectorConsoleInstrumentation {
class ConsoleMessage;
[Console, Debugger]
- void addMessageToConsole(ExecutionContext* context, ConsoleMessage* consoleMessage);
+ void addMessageToConsole(ExecutionContext* context, PassRefPtr<ConsoleMessage> consoleMessage);
[Console]
void consoleCount(ExecutionContext* context, ScriptState* state, PassRefPtrWillBeRawPtr<ScriptArguments> arguments);

Powered by Google App Engine
This is Rietveld 408576698