| Index: Source/core/testing/MockPagePopupDriver.cpp | 
| diff --git a/Source/core/testing/MockPagePopupDriver.cpp b/Source/core/testing/MockPagePopupDriver.cpp | 
| index ffe4b52a5131fce58787f36b045201449be13026..767c2da5777c1d985668c508fa7a52fd2f7bc2c4 100644 | 
| --- a/Source/core/testing/MockPagePopupDriver.cpp | 
| +++ b/Source/core/testing/MockPagePopupDriver.cpp | 
| @@ -68,7 +68,7 @@ inline MockPagePopup::MockPagePopup(PagePopupClient* client, const IntRect& orig | 
| m_iframe->setInlineStyleProperty(CSSPropertyLeft, originBoundsInRootView.x(), CSSPrimitiveValue::CSS_PX, true); | 
| m_iframe->setInlineStyleProperty(CSSPropertyTop, originBoundsInRootView.maxY(), CSSPrimitiveValue::CSS_PX, true); | 
| if (document->body()) | 
| -        document->body()->appendChild(m_iframe.get(), ASSERT_NO_EXCEPTION_STATE, AttachLazily); | 
| +        document->body()->appendChild(m_iframe.get(), ASSERT_NO_EXCEPTION, AttachLazily); | 
| Frame* contentFrame = m_iframe->contentFrame(); | 
| DocumentWriter* writer = contentFrame->loader()->activeDocumentLoader()->beginWriting("text/html", "UTF-8"); | 
| const char scriptToSetUpPagePopupController[] = "<script>window.pagePopupController = parent.internals.pagePopupController;</script>"; | 
|  |