| Index: Source/core/testing/MockPagePopupDriver.cpp
|
| diff --git a/Source/core/testing/MockPagePopupDriver.cpp b/Source/core/testing/MockPagePopupDriver.cpp
|
| index 4902ca001966699e1eace64dd276d2de71b37208..ddf20ce3ed0bde99958b9ff47c9604d0c93cd303 100644
|
| --- a/Source/core/testing/MockPagePopupDriver.cpp
|
| +++ b/Source/core/testing/MockPagePopupDriver.cpp
|
| @@ -62,7 +62,7 @@ inline MockPagePopup::MockPagePopup(PagePopupClient* client, const IntRect& orig
|
| {
|
| Document* document = mainFrame->document();
|
| ASSERT(document);
|
| - m_iframe = HTMLIFrameElement::create(HTMLNames::iframeTag, *document);
|
| + m_iframe = HTMLIFrameElement::create(*document);
|
| m_iframe->setIdAttribute("mock-page-popup");
|
| m_iframe->setInlineStyleProperty(CSSPropertyBorderWidth, 0.0, CSSPrimitiveValue::CSS_PX);
|
| m_iframe->setInlineStyleProperty(CSSPropertyPosition, CSSValueAbsolute);
|
|
|