Index: third_party/WebKit/Source/bindings/core/v8/SourceLocation.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h |
index 106d6c8628776a99cc5484dd8b5d27c4acf6d6f2..541604c3d6aae1f882d8ea7fcca2f33c2734209c 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h |
@@ -11,6 +11,7 @@ |
#include "wtf/Forward.h" |
#include "wtf/text/WTFString.h" |
#include <memory> |
+#include <v8.h> |
namespace blink { |
@@ -51,7 +52,7 @@ public: |
String toString() const; |
// Could be null when stack trace is unknown. |
- std::unique_ptr<protocol::Runtime::API::StackTrace> buildInspectorObject() const; |
+ std::unique_ptr<v8_inspector::protocol::Runtime::API::StackTrace> buildInspectorObject() const; |
private: |
SourceLocation(const String& url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<v8_inspector::V8StackTrace>, int scriptId); |