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

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

Issue 2529383002: [inspector] Split off interface-types.h (Closed)
Patch Set: Rebase Created 4 years 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 4405756460fc58ed8417fa85a054a469bd2e33fe..6ed72d22f408a25c58492a5023b5af33e73010d0 100644
--- a/src/inspector/v8-debugger-script.h
+++ b/src/inspector/v8-debugger-script.h
@@ -67,10 +67,9 @@ class V8DebuggerScript {
void setSourceMappingURL(const String16&);
void setSource(v8::Local<v8::String>);
- bool getPossibleBreakpoints(
- const v8::DebugInterface::Location& start,
- const v8::DebugInterface::Location& end,
- std::vector<v8::DebugInterface::Location>* locations);
+ bool getPossibleBreakpoints(const v8::debug::Location& start,
+ const v8::debug::Location& end,
+ std::vector<v8::debug::Location>* locations);
private:
String16 m_id;

Powered by Google App Engine
This is Rietveld 408576698