author | Emilio Cobos Álvarez <emilio@crisal.io> |
Wed, 14 Mar 2018 11:39:38 +0100 | |
changeset 408149 | 834986ac1667fa8c4c3ae41113ce83913079cacf |
parent 408148 | 4685e6927a0c39793ea65c7389f90aa0a77816fa |
child 408150 | 70500f888010d32def06f39cd9449156ed08b258 |
push id | 33628 |
push user | apavel@mozilla.com |
push date | Wed, 14 Mar 2018 22:07:41 +0000 |
treeherder | mozilla-central@0d81c80876dd [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1438210 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/base/ShadowRoot.h +++ b/dom/base/ShadowRoot.h @@ -104,16 +104,17 @@ private: /** * Represents the insertion point in a slot for a given node. */ struct SlotAssignment { HTMLSlotElement* mSlot = nullptr; Maybe<uint32_t> mIndex; + SlotAssignment() = default; SlotAssignment(HTMLSlotElement* aSlot, Maybe<uint32_t> aIndex) : mSlot(aSlot) , mIndex(aIndex) { } }; /** * Return the assignment corresponding to the content node at this particular