| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index dabbee17370fc95b152af9c6d89ae1163ed74fc8..fe3249432d4b7a56d341844c181f32254b36d671 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -37,7 +37,6 @@
|
| #include "core/editing/EditingUtilities.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/TextAffinity.h"
|
| -#include "core/fetch/ResourceLoadPriorityOptimizer.h"
|
| #include "core/fetch/ResourceLoader.h"
|
| #include "core/frame/DeprecatedScheduleStyleRecalcDuringLayout.h"
|
| #include "core/frame/EventHandlerRegistry.h"
|
| @@ -2545,7 +2544,6 @@ void LayoutObject::willBeDestroyed()
|
|
|
| removeShapeImageClient(m_style->shapeOutside());
|
| }
|
| - ResourceLoadPriorityOptimizer::resourceLoadPriorityOptimizer()->removeLayoutObject(this);
|
|
|
| if (frameView())
|
| setIsSlowRepaintObject(false);
|
|
|