| Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| index 5fba03fce89d5f6b78456e3a64d887848db0157e..32c1d08a6a8937e9fbce746e2b252f5eaf4336dd 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
|
| @@ -6,6 +6,7 @@
|
| #define ThreadDebugger_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/inspector/ConsoleTypes.h"
|
| #include "platform/Timer.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/v8_inspector/public/V8Debugger.h"
|
| @@ -65,6 +66,7 @@ public:
|
| protected:
|
| void createFunctionProperty(v8::Local<v8::Context>, v8::Local<v8::Object>, const char* name, v8::FunctionCallback, const char* description);
|
| void onTimer(TimerBase*);
|
| + static MessageLevel consoleAPITypeToMessageLevel(V8ConsoleAPIType);
|
|
|
| v8::Isolate* m_isolate;
|
| std::unique_ptr<V8Debugger> m_debugger;
|
|
|