Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index a07235ba5ae7bdb262872ec61aa9f9ee71616ace..7c2e4cd9218c1ed045fcd34370636de77c67477f 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -3368,7 +3368,7 @@ void WebViewImpl::sendResizeEventAndRepaint() |
// to the embedder. This method and all callers may be wrong. -- eseidel. |
if (mainFrameImpl()->frameView()) { |
// Enqueues the resize event. |
- mainFrameImpl()->frame()->eventHandler().sendResizeEvent(); |
+ mainFrameImpl()->frame()->document()->enqueueResizeEvent(); |
} |
if (m_client) { |