| 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 34cfd0faec65f772ff014979a6b1f3c55ce4c865..f0551847ec0d31e24905612675f95c6ee4abfe12 100644
|
| --- a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| @@ -200,7 +200,7 @@ TEST_F(RootScrollerTest, defaultEffectiveRootScrollerIsDocumentNode) {
|
| // should remain the same.
|
| NonThrowableExceptionState nonThrow;
|
| HeapVector<NodeOrString> nodes;
|
| - nodes.append(NodeOrString::fromNode(iframe));
|
| + nodes.push_back(NodeOrString::fromNode(iframe));
|
| document->documentElement()->replaceWith(nodes, nonThrow);
|
|
|
| mainFrameView()->updateAllLifecyclePhases();
|
|
|