| Index: Source/core/fetch/ResourceFetcher.cpp
|
| diff --git a/Source/core/fetch/ResourceFetcher.cpp b/Source/core/fetch/ResourceFetcher.cpp
|
| index fea5c828559e7e3091c31a12b91d1a6eadcd5f8d..16313d0bdac281cfdf92ea711bc31ee79d887a58 100644
|
| --- a/Source/core/fetch/ResourceFetcher.cpp
|
| +++ b/Source/core/fetch/ResourceFetcher.cpp
|
| @@ -262,7 +262,7 @@ LocalFrame* ResourceFetcher::frame() const
|
| if (m_documentLoader)
|
| return m_documentLoader->frame();
|
| if (m_document && m_document->importsController())
|
| - return m_document->importsController()->frame();
|
| + return m_document->importsController()->master()->frame();
|
| return 0;
|
| }
|
|
|
|
|