| Index: third_party/WebKit/Source/core/layout/DepthOrderedLayoutObjectList.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/DepthOrderedLayoutObjectList.cpp b/third_party/WebKit/Source/core/layout/DepthOrderedLayoutObjectList.cpp
|
| index 17528f5f6907a61704913df12dfd13fd5c8e580e..c1e9038ffece466def9955c275276bb9dcb0ec8d 100644
|
| --- a/third_party/WebKit/Source/core/layout/DepthOrderedLayoutObjectList.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/DepthOrderedLayoutObjectList.cpp
|
| @@ -38,7 +38,7 @@ bool DepthOrderedLayoutObjectList::isEmpty() const {
|
|
|
| void DepthOrderedLayoutObjectList::add(LayoutObject& object) {
|
| ASSERT(!object.frameView()->isInPerformLayout());
|
| - m_data->m_objects.add(&object);
|
| + m_data->m_objects.insert(&object);
|
| m_data->m_orderedObjects.clear();
|
| }
|
|
|
|
|