| Index: third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| index 196f15e58828f3ae81898e529e15d00f08997bd4..c4f611c6eb6c4fd2c4aefacd16bd53d8794362b1 100644
|
| --- a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| @@ -762,8 +762,8 @@ TEST_F(RootScrollerTest, RemoveClippingOnCompositorLayers) {
|
| }
|
|
|
| // Now reset the iframe's root scroller. Since the iframe itself is now the
|
| - // global root scroller we want it to behave as if it were the main frame, which
|
| - // means it should clip only on its root content layer.
|
| + // global root scroller we want it to behave as if it were the main frame,
|
| + // which means it should clip only on its root content layer.
|
| {
|
| iframe->contentDocument()->setRootScroller(nullptr, nonThrow);
|
| mainFrameView()->updateAllLifecyclePhases();
|
|
|