| Index: Source/core/testing/MockPagePopupDriver.cpp
|
| ===================================================================
|
| --- Source/core/testing/MockPagePopupDriver.cpp (revision 170478)
|
| +++ Source/core/testing/MockPagePopupDriver.cpp (working copy)
|
| @@ -71,7 +71,7 @@
|
| const char scriptToSetUpPagePopupController[] = "<script>window.pagePopupController = parent.internals.pagePopupController;</script>";
|
| RefPtr<SharedBuffer> data = SharedBuffer::create(scriptToSetUpPagePopupController, sizeof(scriptToSetUpPagePopupController));
|
| m_popupClient->writeDocument(data.get());
|
| - toLocalFrame(m_iframe->contentFrame())->loader().load(FrameLoadRequest(0, blankURL(), SubstituteData(data, "text/html", "UTF-8", KURL(), ForceSynchronousLoad)));
|
| + m_iframe->contentFrame()->loader().load(FrameLoadRequest(0, blankURL(), SubstituteData(data, "text/html", "UTF-8", KURL(), ForceSynchronousLoad)));
|
| }
|
|
|
| PassRefPtr<MockPagePopup> MockPagePopup::create(PagePopupClient* client, const IntRect& originBoundsInRootView, LocalFrame* mainFrame)
|
|
|