Chromium Code Reviews| Index: Source/core/inspector/InspectorInstrumentation.idl |
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
| index 2d95214221dc7cdfdaade1c9d6444267de122953..b47ee60cff61287b871c6878698dc42820ea2bad 100644 |
| --- a/Source/core/inspector/InspectorInstrumentation.idl |
| +++ b/Source/core/inspector/InspectorInstrumentation.idl |
| @@ -482,7 +482,7 @@ class ConsoleMessage; |
| // Use the same implementation as above as a similar method dispatched on Page. |
|
vsevik
2014/08/14 08:06:22
This comment seems obsolete.
kozyatinskiy1
2014/08/20 13:44:18
Done.
|
| [Console] |
| - void addMessageToConsole(ExecutionContext* context, ConsoleMessage* consoleMessage); |
| + void addMessageToConsole(ExecutionContext* context, PassRefPtr<ConsoleMessage> consoleMessage); |
| [Console, Debugger] |
| void addConsoleAPIMessageToConsole(ExecutionContext* context, MessageType type, MessageLevel level, const String& message, ScriptState* state, PassRefPtrWillBeRawPtr<ScriptArguments> arguments, unsigned long requestIdentifier = 0); |