| Index: third_party/WebKit/Source/core/dom/SelectorQuery.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/SelectorQuery.cpp b/third_party/WebKit/Source/core/dom/SelectorQuery.cpp
|
| index 3154fc200482f4e25cdddee06c24e0a934126e87..0562cff9c0cf0cd210edd06ed6751143043fac2f 100644
|
| --- a/third_party/WebKit/Source/core/dom/SelectorQuery.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/SelectorQuery.cpp
|
| @@ -59,7 +59,7 @@ struct AllElementsSelectorQueryTrait {
|
| static const bool shouldOnlyMatchFirstElement = false;
|
| ALWAYS_INLINE static void appendElement(OutputType& output,
|
| Element& element) {
|
| - output.append(&element);
|
| + output.push_back(&element);
|
| }
|
| };
|
|
|
|
|