| Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| index 36b72dcf11fb8de23920abcbc7d64f8c1fbcd37c..90a8c5ef4b9e7e2f3d42a35dc2237e7f0b5e97e2 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -121,7 +121,7 @@ private:
|
|
|
| void scheduleAnimation(Widget*) override
|
| {
|
| - // Calling scheduleAnimation on m_webView so WebTestProxy will call beginFrame.
|
| + // Calling scheduleAnimation on m_webView so WebViewTestProxy will call beginFrame.
|
| if (LayoutTestSupport::isRunningLayoutTest())
|
| m_popup->m_webView->mainFrameImpl()->frameWidget()->scheduleAnimation();
|
|
|
|
|