| Index: Source/core/html/imports/HTMLImportChild.cpp
|
| diff --git a/Source/core/html/imports/HTMLImportChild.cpp b/Source/core/html/imports/HTMLImportChild.cpp
|
| index 9620ee0072888ce9da05f042975be84b6880cb5b..791a6d08b6e1c73d4764909116535e0dcf2667a0 100644
|
| --- a/Source/core/html/imports/HTMLImportChild.cpp
|
| +++ b/Source/core/html/imports/HTMLImportChild.cpp
|
| @@ -100,13 +100,6 @@ bool HTMLImportChild::isFirst() const
|
| return m_loader && m_loader->isFirstImport(this);
|
| }
|
|
|
| -Document* HTMLImportChild::importedDocument() const
|
| -{
|
| - if (!m_loader)
|
| - return 0;
|
| - return m_loader->importedDocument();
|
| -}
|
| -
|
| void HTMLImportChild::importDestroyed()
|
| {
|
| if (parent())
|
|
|