Index: Source/core/dom/Element.cpp |
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
index a6b39309d378a1a0f37d402179ab6fbb6e090138..c82371d52656d4d3c7f9b811b92d6685553edab1 100644 |
--- a/Source/core/dom/Element.cpp |
+++ b/Source/core/dom/Element.cpp |
@@ -91,7 +91,6 @@ |
#include "core/rendering/FlowThreadController.h" |
#include "core/rendering/RenderNamedFlowFragment.h" |
#include "core/rendering/RenderView.h" |
-#include "core/rendering/RenderWidget.h" |
#include "core/svg/SVGDocumentExtensions.h" |
#include "core/svg/SVGElement.h" |
#include "wtf/BitVector.h" |
@@ -1434,7 +1433,7 @@ void Element::unregisterNamedFlowContentNode() |
void Element::detach(const AttachContext& context) |
{ |
- RenderWidget::UpdateSuspendScope suspendWidgetHierarchyUpdates; |
+ HTMLFrameOwnerElement::UpdateSuspendScope suspendWidgetHierarchyUpdates; |
unregisterNamedFlowContentNode(); |
cancelFocusAppearanceUpdate(); |
removeCallbackSelectors(); |