| Index: third_party/WebKit/Source/core/html/imports/LinkImport.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/imports/LinkImport.cpp b/third_party/WebKit/Source/core/html/imports/LinkImport.cpp
|
| index f1de54b6a0af350679335b09b508488072d2f7af..1e9765e0b34cdeea91a40a316ab9647ed7cba861 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/LinkImport.cpp
|
| +++ b/third_party/WebKit/Source/core/html/imports/LinkImport.cpp
|
| @@ -68,7 +68,7 @@ void LinkImport::process() {
|
| // The document should be the master.
|
| Document& master = m_owner->document();
|
| DCHECK(master.frame());
|
| - master.setImportsController(HTMLImportsController::create(master));
|
| + master.createImportsController();
|
| }
|
|
|
| LinkRequestBuilder builder(m_owner);
|
|
|