| Index: Source/core/html/shadow/MediaControlElements.cpp
|
| diff --git a/Source/core/html/shadow/MediaControlElements.cpp b/Source/core/html/shadow/MediaControlElements.cpp
|
| index adf61ede399065460b89f13d792062afd819ed90..674675fbff9b3a3ff7b8545a33b75bb5642594bf 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.cpp
|
| +++ b/Source/core/html/shadow/MediaControlElements.cpp
|
| @@ -30,7 +30,6 @@
|
| #include "config.h"
|
| #include "core/html/shadow/MediaControlElements.h"
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/DOMTokenList.h"
|
| #include "core/dom/FullscreenElementStack.h"
|
| @@ -47,6 +46,7 @@
|
| #include "core/rendering/RenderSlider.h"
|
| #include "core/rendering/RenderTheme.h"
|
| #include "core/rendering/RenderVideo.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
|
|
| namespace WebCore {
|
|
|
|
|