| 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 e98e808ce5cc1d8862416a28e9c2680c1b125045..ae11a347f88b879fe4ed902bb58b8477be258f03 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h
|
| @@ -77,6 +77,7 @@ class TestReaction : public CustomElementReaction {
|
| WTF_MAKE_NONCOPYABLE(TestReaction);
|
| public:
|
| TestReaction(std::initializer_list<Command*> commands)
|
| + : CustomElementReaction(nullptr)
|
| {
|
| // TODO(dominicc): Simply pass the initializer list when
|
| // HeapVector supports initializer lists like Vector.
|
|
|