| 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 5b9449cb185a247d0af235833dd6c3875b1856d3..8fa45af76a799beac868704d12e590e10ff17ce0 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -166,7 +166,7 @@ class ClientMessageLoopAdapter : public MainThreadDebugger::ClientMessageLoop {
|
|
|
| // 1. Disable input events.
|
| WebFrameWidgetBase::SetIgnoreInputEvents(true);
|
| - for (const auto view : WebViewImpl::AllInstances())
|
| + for (const auto view : WebViewBase::AllInstances())
|
| view->ChromeClient().NotifyPopupOpeningObservers();
|
|
|
| // 2. Notify embedder about pausing.
|
|
|