Index: Source/core/html/HTMLPlugInImageElement.cpp |
diff --git a/Source/core/html/HTMLPlugInImageElement.cpp b/Source/core/html/HTMLPlugInImageElement.cpp |
index 06208fa844cf0fbfbaf9ef468f2bf019c348960e..c6fa6a44fefff74509857ed4966e0380ec410fbd 100644 |
--- a/Source/core/html/HTMLPlugInImageElement.cpp |
+++ b/Source/core/html/HTMLPlugInImageElement.cpp |
@@ -52,7 +52,7 @@ static const int sizingMediumHeightThreshold = 300; |
static const float sizingFullPageAreaRatioThreshold = 0.96; |
static const float autostartSoonAfterUserGestureThreshold = 5.0; |
-HTMLPlugInImageElement::HTMLPlugInImageElement(const QualifiedName& tagName, Document* document, bool createdByParser, PreferPlugInsForImagesOption preferPlugInsForImagesOption) |
+HTMLPlugInImageElement::HTMLPlugInImageElement(const QualifiedName& tagName, Document& document, bool createdByParser, PreferPlugInsForImagesOption preferPlugInsForImagesOption) |
: HTMLPlugInElement(tagName, document) |
// m_needsWidgetUpdate(!createdByParser) allows HTMLObjectElement to delay |
// widget updates until after all children are parsed. For HTMLEmbedElement |