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

Unified Diff: src/inspector/v8-debugger-script.h

Issue 2449213002: [inspector] migrate scriptParsed and getCompiledScripts to native (Closed)
Patch Set: addressed comments Created 4 years, 2 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: src/inspector/v8-debugger-script.h
diff --git a/src/inspector/v8-debugger-script.h b/src/inspector/v8-debugger-script.h
index 78c44b5eb97cb487adc70834d4aef74e15f04e40..199b76c91a816f98f97a1e745cf838f03a547c10 100644
--- a/src/inspector/v8-debugger-script.h
+++ b/src/inspector/v8-debugger-script.h
@@ -34,12 +34,14 @@
#include "src/inspector/string-16.h"
#include "include/v8.h"
+#include "src/debug/debug-interface.h"
namespace v8_inspector {
class V8DebuggerScript {
public:
- V8DebuggerScript(v8::Local<v8::Context>, v8::Local<v8::Object>,
+ V8DebuggerScript(v8::Local<v8::Context>,
+ v8::Local<v8::DebugInterface::Script> script,
bool isLiveEdit);
~V8DebuggerScript();

Powered by Google App Engine
This is Rietveld 408576698