| Index: Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| diff --git a/Source/core/html/imports/HTMLImportTreeRoot.cpp b/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| index 3670675c74168bec7e5d542034b5171e34047c6f..35371eb2b5f7e34445e5434999a80c2ee22458a1 100644
|
| --- a/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| +++ b/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| @@ -93,7 +93,7 @@ HTMLImportChild* HTMLImportTreeRoot::find(const KURL& url) const
|
| void HTMLImportTreeRoot::recalcTimerFired(Timer<HTMLImportTreeRoot>*)
|
| {
|
| ASSERT(m_document);
|
| - RefPtrWillBeRawPtr<Document> protect(m_document);
|
| + RefPtrWillBeRawPtr<Document> protect(m_document.get());
|
|
|
| do {
|
| m_recalcTimer.stop();
|
|
|