| Index: Source/core/layout/LayoutObject.cpp
|
| diff --git a/Source/core/layout/LayoutObject.cpp b/Source/core/layout/LayoutObject.cpp
|
| index aa2c60d896086b1a2db81489dcb91dd4117d9298..2431ad254f8cb12925233d13ebfc5596079560c1 100644
|
| --- a/Source/core/layout/LayoutObject.cpp
|
| +++ b/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"
|
| @@ -2479,7 +2478,6 @@ void LayoutObject::willBeDestroyed()
|
|
|
| removeShapeImageClient(m_style->shapeOutside());
|
| }
|
| - ResourceLoadPriorityOptimizer::resourceLoadPriorityOptimizer()->removeLayoutObject(this);
|
|
|
| if (frameView())
|
| setIsSlowRepaintObject(false);
|
|
|