| Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| index d91b9c8a6844e67d3c8ce4245f0cfc7062c57be7..bd0cdcb1af674173eaf5085528bc2849b0a2d6a8 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| @@ -38,6 +38,7 @@ protected:
|
| HTMLDocumentParserTest()
|
| : m_dummyPageHolder(DummyPageHolder::create())
|
| {
|
| + m_dummyPageHolder->document().setURL(KURL(KURL(), "https://example.test"));
|
| }
|
|
|
| HTMLDocumentParser* createParser(HTMLDocument& document)
|
|
|