| Index: Source/core/page/PrintContextTest.cpp
|
| diff --git a/Source/core/page/PrintContextTest.cpp b/Source/core/page/PrintContextTest.cpp
|
| index 2f94783e7901eafe9bd5cfb1b4400264467110e2..619a7fa696898bda9279a82276ed0ded57c814dd 100644
|
| --- a/Source/core/page/PrintContextTest.cpp
|
| +++ b/Source/core/page/PrintContextTest.cpp
|
| @@ -334,7 +334,7 @@
|
| EXPECT_EQ(MockCanvas::DrawRect, operations[1].type);
|
| EXPECT_SKRECT_EQ(350, 360, 270, 280, operations[1].rect);
|
|
|
| - subframe->detach(FrameDetachType::Remove);
|
| + subframe->detach();
|
| static_cast<SingleChildFrameLoaderClient*>(document().frame()->client())->setChild(nullptr);
|
| document().frame()->host()->decrementSubframeCount();
|
| }
|
| @@ -377,7 +377,7 @@
|
| EXPECT_EQ(MockCanvas::DrawRect, operations[2].type);
|
| EXPECT_SKRECT_EQ(250, 260, 270, 280, operations[2].rect);
|
|
|
| - subframe->detach(FrameDetachType::Remove);
|
| + subframe->detach();
|
| static_cast<SingleChildFrameLoaderClient*>(document().frame()->client())->setChild(nullptr);
|
| document().frame()->host()->decrementSubframeCount();
|
| }
|
|
|