Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h

Issue 2058823002: Implement callback reactions for Custom Elements V1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stack-ce
Patch Set: dominicc review Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698