| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index ab5b0e7b38da10ede99bb915ea7f6405b1e21267..cd24cb5cbe3a140d6950eb4aa2ad28cddf624be9 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -1114,4 +1114,9 @@ double ChromeClientImpl::lastFrameTimeMonotonic() const
|
| return m_webView->lastFrameTimeMonotonic();
|
| }
|
|
|
| +void ChromeClientImpl::willEnterDebugLoop() const
|
| +{
|
| + notifyPopupOpeningObservers();
|
| +}
|
| +
|
| } // namespace blink
|
|
|