| Index: Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/Source/web/WebDevToolsAgentImpl.cpp b/Source/web/WebDevToolsAgentImpl.cpp
|
| index 09464e2afd2ad3fb312814d911155b7604692d83..8a10a1df371fa9630e0672893dc718c58f5ecd53 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -278,7 +278,7 @@ void WebDevToolsAgentImpl::didCreateScriptContext(WebFrameImpl* webframe, int wo
|
| if (worldId)
|
| return;
|
| if (WebCore::Frame* frame = webframe->frame())
|
| - frame->script()->setContextDebugId(m_hostId);
|
| + frame->script().setContextDebugId(m_hostId);
|
| }
|
|
|
| void WebDevToolsAgentImpl::webViewResized(const WebSize& size)
|
|
|