Index: src/debug/debug-interface.h |
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h |
index d7160203bea4e48a5bf5eac23a4035d1fe0a192d..7abaeb5880ad1b5b3c7fed1e2fba17c1d5287e0c 100644 |
--- a/src/debug/debug-interface.h |
+++ b/src/debug/debug-interface.h |
@@ -181,6 +181,7 @@ class DebugInterface { |
MaybeLocal<String> Source() const; |
bool GetPossibleBreakpoints(const Location& start, const Location& end, |
std::vector<Location>* locations) const; |
+ bool IsInspectorScript() const; |
/** |
* script parameter is a wrapper v8::internal::JSObject for |