| Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h
|
| index e2cab721abbde3f44cd5e9e21bd6a1e46990c09d..c652c974f073dee3de0e584bb6e0b4222d2a5646 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h
|
| @@ -110,7 +110,7 @@ class TestReaction : public CustomElementReaction {
|
| // TODO(dominicc): Simply pass the initializer list when
|
| // HeapVector supports initializer lists like Vector.
|
| for (auto& command : commands)
|
| - m_commands.append(command);
|
| + m_commands.push_back(command);
|
| }
|
| ~TestReaction() override = default;
|
| DEFINE_INLINE_VIRTUAL_TRACE() {
|
|
|