| Index: Source/core/dom/DocumentInit.cpp
|
| diff --git a/Source/core/dom/DocumentInit.cpp b/Source/core/dom/DocumentInit.cpp
|
| index 11b06ae136be1b143855ac425170907bc4686393..a71dc74a634a20ab9fe7bc9e7d9dc5d93c0b3f24 100644
|
| --- a/Source/core/dom/DocumentInit.cpp
|
| +++ b/Source/core/dom/DocumentInit.cpp
|
| @@ -28,12 +28,12 @@
|
| #include "config.h"
|
| #include "core/dom/DocumentInit.h"
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/custom/CustomElementRegistrationContext.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/HTMLFrameOwnerElement.h"
|
| #include "core/html/imports/HTMLImportsController.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
|
|
| namespace WebCore {
|
|
|
|
|