| Index: sky/engine/web/ChromeClientImpl.cpp
|
| diff --git a/sky/engine/web/ChromeClientImpl.cpp b/sky/engine/web/ChromeClientImpl.cpp
|
| index dc5b43557440cd034f3b1eae7f261c1e77831341..047a8a17ba86e31d57a691749587693fb0cf7e02 100644
|
| --- a/sky/engine/web/ChromeClientImpl.cpp
|
| +++ b/sky/engine/web/ChromeClientImpl.cpp
|
| @@ -219,7 +219,7 @@ void ChromeClientImpl::show(NavigationPolicy navigationPolicy)
|
|
|
| bool ChromeClientImpl::shouldReportDetailedMessageForSource(const String& url)
|
| {
|
| - WebLocalFrameImpl* webframe = m_webView->localFrameRootTemporary();
|
| + WebLocalFrameImpl* webframe = m_webView->mainFrameImpl();
|
| return webframe->client() && webframe->client()->shouldReportDetailedMessageForSource(url);
|
| }
|
|
|
|
|