diff options
Diffstat (limited to 'deps/v8/src/inspector/v8-debugger-script.h')
-rw-r--r-- | deps/v8/src/inspector/v8-debugger-script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/inspector/v8-debugger-script.h b/deps/v8/src/inspector/v8-debugger-script.h index d10f9bfd68..f1e28184b5 100644 --- a/deps/v8/src/inspector/v8-debugger-script.h +++ b/deps/v8/src/inspector/v8-debugger-script.h @@ -84,8 +84,8 @@ class V8DebuggerScript { virtual int offset(int lineNumber, int columnNumber) const = 0; virtual v8::debug::Location location(int offset) const = 0; - bool setBreakpoint(const String16& condition, v8::debug::Location* location, - int* id) const; + virtual bool setBreakpoint(const String16& condition, + v8::debug::Location* location, int* id) const = 0; protected: V8DebuggerScript(v8::Isolate*, String16 id, String16 url); |