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; |