Index: src/inspector/v8-debugger-script.h |
diff --git a/src/inspector/v8-debugger-script.h b/src/inspector/v8-debugger-script.h |
index 58beefe5eca155901367f5cff686c959a27273fa..4f72624ba616efb3a49ffdfa2fba10ea1bac87e9 100644 |
--- a/src/inspector/v8-debugger-script.h |
+++ b/src/inspector/v8-debugger-script.h |
@@ -73,6 +73,7 @@ class V8DebuggerScript { |
virtual bool getPossibleBreakpoints( |
const v8::debug::Location& start, const v8::debug::Location& end, |
std::vector<v8::debug::Location>* locations) = 0; |
+ virtual void resetBlackboxedStateCache() = 0; |
protected: |
V8DebuggerScript(v8::Isolate*, String16 id, String16 url); |