| Index: third_party/WebKit/Source/web/WebDevToolsFrontendImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsFrontendImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsFrontendImpl.cpp
|
| index 935c30d2b4bc2ada948b3e98d901ecd1b562bb4e..f7470bda646a2e649f16deadad16f24ddcb8bb0d 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsFrontendImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsFrontendImpl.cpp
|
| @@ -86,7 +86,7 @@ void WebDevToolsFrontendImpl::didClearWindowObject(WebLocalFrameImpl* frame) {
|
| return;
|
|
|
| String origin = frame->getSecurityOrigin().toString();
|
| - String script = m_injectedScriptForOrigin.get(origin);
|
| + String script = m_injectedScriptForOrigin.at(origin);
|
| if (script.isEmpty())
|
| return;
|
| static int s_lastScriptId = 0;
|
|
|