Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index 71b6a91818c3a3c8dac4c2abad348e4992ba9f03..053433a11d0ec274c89aaecb1fd570c483625943 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -3503,7 +3503,7 @@ void WebViewImpl::performPluginAction(const WebPluginAction& action, |
if (!isHTMLObjectElement(*node) && !isHTMLEmbedElement(*node)) |
return; |
- RenderObject* object = node->renderer(); |
+ LayoutObject* object = node->renderer(); |
if (object && object->isRenderPart()) { |
Widget* widget = toRenderPart(object)->widget(); |
if (widget && widget->isPluginContainer()) { |