| Index: Source/core/html/imports/LinkImport.cpp
|
| diff --git a/Source/core/html/imports/LinkImport.cpp b/Source/core/html/imports/LinkImport.cpp
|
| index 161bb67f3bf11b45bf544f99035d520e0ee5eeb6..62bfcc0d863fd57742d389b3d2f160656ffd637a 100644
|
| --- a/Source/core/html/imports/LinkImport.cpp
|
| +++ b/Source/core/html/imports/LinkImport.cpp
|
| @@ -132,9 +132,4 @@ bool LinkImport::hasLoaded() const
|
| return m_child && m_child->isDone() && !m_child->loaderHasError();
|
| }
|
|
|
| -bool LinkImport::ownsLoader() const
|
| -{
|
| - return m_child && m_child->hasLoader() && m_child->ownsLoader();
|
| -}
|
| -
|
| } // namespace WebCore
|
|
|