Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp |
index 1e3a69621662c2a8ea378532b7b5eae8918b651f..6118ed2f6b502f63fa5f77dcbd670614c5a63510 100644 |
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp |
@@ -167,7 +167,7 @@ class ClientMessageLoopAdapter : public MainThreadDebugger::ClientMessageLoop { |
// 1. Disable input events. |
WebFrameWidgetBase::SetIgnoreInputEvents(true); |
for (const auto view : WebViewBase::AllInstances()) |
- view->ChromeClient().NotifyPopupOpeningObservers(); |
+ view->GetChromeClient().NotifyPopupOpeningObservers(); |
// 2. Notify embedder about pausing. |
if (agent->Client()) |