Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h |
index 37b076c9297fd31ce7ce54663ab657d252fa4492..a48cad1b183c02606456d708e0e0ea433e49c17f 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h |
@@ -221,6 +221,7 @@ class CORE_EXPORT InspectorDOMAgent final |
Node*&); |
static String DocumentURLString(Document*); |
+ static String DocumentBaseURLString(Document*); |
std::unique_ptr<v8_inspector::protocol::Runtime::API::RemoteObject> |
ResolveNode(Node*, const String& object_group); |