| Index: third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| index 5587c4696bd9c2429cee852e88622242e66190d1..046fa8790e6abdf6bc869191e427a98464ee2904 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| @@ -52,7 +52,7 @@ public:
|
|
|
| protected:
|
| explicit InspectorConsoleAgent(V8InspectorSession*);
|
| - void sendConsoleMessageToFrontend(ConsoleMessage*, bool generatePreview);
|
| + void sendConsoleMessageToFrontend(ConsoleMessage*, bool generatePreview, double* timestamp = nullptr);
|
| virtual ConsoleMessageStorage* messageStorage() = 0;
|
|
|
| virtual void enableStackCapturingIfNeeded() = 0;
|
|
|