| Index: Source/core/html/LinkImport.cpp
|
| diff --git a/Source/core/html/LinkImport.cpp b/Source/core/html/LinkImport.cpp
|
| index dd61de4e66b3852b3c1b40abacb0079ba4c9b3b8..e7f79ae6c6877066de92b6a27a44fb5835c04967 100644
|
| --- a/Source/core/html/LinkImport.cpp
|
| +++ b/Source/core/html/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);
|
|
|