| Index: Source/core/html/HTMLDetailsElement.cpp
|
| diff --git a/Source/core/html/HTMLDetailsElement.cpp b/Source/core/html/HTMLDetailsElement.cpp
|
| index b08a2536e291e39b4924ff60df90f884573b97c1..c4b8f541a9280dd31ba23a95e693cda78b6c19df 100644
|
| --- a/Source/core/html/HTMLDetailsElement.cpp
|
| +++ b/Source/core/html/HTMLDetailsElement.cpp
|
| @@ -27,9 +27,9 @@
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Text.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| +#include "core/html/HTMLContentElement.h"
|
| #include "core/html/HTMLDivElement.h"
|
| #include "core/html/HTMLSummaryElement.h"
|
| -#include "core/html/shadow/HTMLContentElement.h"
|
| #include "core/html/shadow/ShadowElementNames.h"
|
| #include "core/rendering/RenderBlockFlow.h"
|
| #include "platform/text/PlatformLocale.h"
|
|
|