Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp |
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp |
| index 9fc19df1bd84172324427c68058d3c4ac872ea02..05030412f9312ef07f499dded9d952ad04a0c99b 100644 |
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp |
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp |
| @@ -1475,7 +1475,7 @@ String InspectorDOMAgent::documentURLString(Document* document) |
| static String documentBaseURLString(Document* document) |
| { |
| - return document->completeURL("").string(); |
| + return document->baseURLForOverride(document->baseURL()).string(); |
|
dgozman
2015/12/16 18:00:49
This change looks fine, but I'm not sure about bas
mharanczyk
2015/12/16 18:29:42
I'm open for suggestions about naming, I'm not hap
sof
2015/12/16 18:53:27
Will this not return the parent document's base ur
|
| } |
| static TypeBuilder::DOM::ShadowRootType::Enum shadowRootType(ShadowRoot* shadowRoot) |