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 59d83a5b9e79704a9bfce7ab15a97deec39ea9d3..74edde682e574699356598bdbea74f65b2113241 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) |
if (m_injectedScriptForOrigin.isEmpty()) |
return; |
- String origin = frame->securityOrigin().toString(); |
+ String origin = frame->getSecurityOrigin().toString(); |
String script = m_injectedScriptForOrigin.get(origin); |
if (script.isEmpty()) |
return; |