| Index: Source/core/html/imports/LinkImport.cpp
|
| diff --git a/Source/core/html/imports/LinkImport.cpp b/Source/core/html/imports/LinkImport.cpp
|
| index a9f02f81dd6de21fead600cce2d8109400b8567e..967c30f7f3ec24e024bbf9ad21e93b8a23c4a2c5 100644
|
| --- a/Source/core/html/imports/LinkImport.cpp
|
| +++ b/Source/core/html/imports/LinkImport.cpp
|
| @@ -74,7 +74,7 @@ void LinkImport::process()
|
|
|
| if (!m_owner->document().import()) {
|
| ASSERT(m_owner->document().frame()); // The document should be the master.
|
| - HTMLImportsController::provideTo(&m_owner->document());
|
| + HTMLImportsController::provideTo(m_owner->document());
|
| }
|
|
|
| LinkRequestBuilder builder(m_owner);
|
|
|