Commit 63bf1fba authored by kozyatinskiy's avatar kozyatinskiy Committed by Commit bot

[DevTools] Fix V8_inspector compilation with Node

TBR=dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2145123002
Cr-Commit-Position: refs/heads/master@{#405271}
parent b7faec8d
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "platform/v8_inspector/V8InternalValueType.h" #include "platform/v8_inspector/V8InternalValueType.h"
#include "platform/inspector_protocol/Platform.h"
#include "platform/v8_inspector/V8StringUtil.h" #include "platform/v8_inspector/V8StringUtil.h"
namespace blink { namespace blink {
......
...@@ -68,7 +68,6 @@ private: ...@@ -68,7 +68,6 @@ private:
bool canExecuteScripts() override; bool canExecuteScripts() override;
void profilingStarted() override { }; void profilingStarted() override { };
void profilingStopped() override { }; void profilingStopped() override { };
void consoleEnabled() override { };
void consoleCleared() override { }; void consoleCleared() override { };
std::unique_ptr<V8Debugger> m_debugger; std::unique_ptr<V8Debugger> m_debugger;
......
...@@ -214,6 +214,8 @@ ...@@ -214,6 +214,8 @@
'V8InjectedScriptHost.h', 'V8InjectedScriptHost.h',
'V8InspectorSessionImpl.cpp', 'V8InspectorSessionImpl.cpp',
'V8InspectorSessionImpl.h', 'V8InspectorSessionImpl.h',
'V8InternalValueType.cpp',
'V8InternalValueType.h',
'V8ProfilerAgentImpl.cpp', 'V8ProfilerAgentImpl.cpp',
'V8ProfilerAgentImpl.h', 'V8ProfilerAgentImpl.h',
'V8Regex.cpp', 'V8Regex.cpp',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment