Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: src/debug/debug-interface.h

Issue 2502173002: [inspector] removed embbeder debugger script flag (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698