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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/SourceLocation.h

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/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..f24974127212a23e0fd0faf4edcd81cf5167c0f0 100644
--- a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
+++ b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
@@ -51,7 +51,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);

Powered by Google App Engine
This is Rietveld 408576698