| Index: third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PrintContextTest.cpp b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| index 17cad95726093f1c82d840e6ffb1263d41a2401c..26bb950f0bfb5b7f06eee6f06249b329a9ef8865 100644
|
| --- a/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| @@ -144,7 +144,7 @@ class PrintContextTest : public RenderingTest {
|
| class PrintContextFrameTest : public PrintContextTest {
|
| public:
|
| PrintContextFrameTest()
|
| - : PrintContextTest(SingleChildFrameLoaderClient::create()) {}
|
| + : PrintContextTest(SingleChildLocalFrameClient::create()) {}
|
| };
|
|
|
| #define EXPECT_SKRECT_EQ(expectedX, expectedY, expectedWidth, expectedHeight, \
|
|
|