| 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 0f735f6046d6c9439c8f1294b71bc2eb515587ef..d90ecfcb169e813844ddbe598b0d042196bc3181 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -196,6 +196,7 @@ private:
|
| m_frozenViews.add(view);
|
| views.append(view);
|
| view->setIgnoreInputEvents(true);
|
| + view->chromeClient().notifyPopupOpeningObservers();
|
| }
|
|
|
| const WebFrameWidgetsSet& widgetImpls = WebFrameWidgetImpl::allInstances();
|
|
|