| Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| index 9beb924389e40bca45f2a3807f3ad1254bed17af..8e745541d222101ae0d8868ee559a1c6c30b19f0 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -8806,7 +8806,7 @@ TEST_P(ParameterizedWebFrameTest, PrintingBasic)
|
| FrameTestHelpers::WebViewHelper web_view_helper;
|
| web_view_helper.InitializeAndLoad("data:text/html,Hello, world.");
|
|
|
| - WebFrame* frame = web_view_helper.WebView()->MainFrame();
|
| + WebLocalFrame* frame = web_view_helper.WebView()->MainFrameImpl();
|
|
|
| WebPrintParams print_params;
|
| print_params.print_content_area.width = 500;
|
|
|