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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h

Issue 1583383003: [DevTools] Send source map content from frontend to backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blackbox-inline-source-map
Patch Set: Created 4 years, 11 months 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: third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h
index 38494d0563d9c1ce5a67be4e80310c328b4b00c2..d1286014e5313353e3cf7d0d8b897e0a349cfdf8 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerScript.h
@@ -60,6 +60,7 @@ public:
bool getBlackboxedState(unsigned blackboxGeneration, bool* isBlackboxed) const;
void setBlackboxedState(unsigned blackboxGeneration, bool isBlackboxed);
+ void invalidateBlackboxedState();
V8DebuggerScript& setURL(const String&);
V8DebuggerScript& setSourceURL(const String&);

Powered by Google App Engine
This is Rietveld 408576698