| Index: third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| index a0602ae9ce725f07fd5f91a7a98a2fa0c9b3b5f5..bd33f446ad274b14193d845c47261a3bb94a06ee 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| @@ -103,7 +103,7 @@ class FlexBoxIterator {
|
| }
|
|
|
| if (m_currentChild && notFirstOrdinalValue())
|
| - m_ordinalValues.add(m_currentChild->style()->boxOrdinalGroup());
|
| + m_ordinalValues.insert(m_currentChild->style()->boxOrdinalGroup());
|
| } while (!m_currentChild ||
|
| (!m_currentChild->isAnonymous() &&
|
| m_currentChild->style()->boxOrdinalGroup() != m_currentOrdinal));
|
|
|