| Index: third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| index 296ed0ef12f6567f04df0e879f4f07d9f9262290..1df2b78f64f895535a8422a132819a8c9b589b1b 100644
|
| --- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.h
|
| @@ -91,7 +91,7 @@ private:
|
| void endEnsureAllContextsInGroup(int contextGroupId) override;
|
| bool canExecuteScripts(int contextGroupId) override;
|
| void resumeStartup(int contextGroupId) override;
|
| - void consoleAPIMessage(int contextGroupId, V8ConsoleAPIType, const String16& message, const String16& url, unsigned lineNumber, unsigned columnNumber, V8StackTrace*) override;
|
| + void consoleAPIMessage(int contextGroupId, v8_inspector::V8ConsoleAPIType, const String16& message, const String16& url, unsigned lineNumber, unsigned columnNumber, v8_inspector::V8StackTrace*) override;
|
| void installAdditionalCommandLineAPI(v8::Local<v8::Context>, v8::Local<v8::Object>) override;
|
| v8::MaybeLocal<v8::Value> memoryInfo(v8::Isolate*, v8::Local<v8::Context>) override;
|
|
|
|
|