| Index: Source/core/html/ImageData.cpp
|
| diff --git a/Source/core/html/ImageData.cpp b/Source/core/html/ImageData.cpp
|
| index 38e8cb06b6533b39c7255fa7739d728568b12725..14b6fbed3bab40fec922656a70039eccaaceee94 100644
|
| --- a/Source/core/html/ImageData.cpp
|
| +++ b/Source/core/html/ImageData.cpp
|
| @@ -29,9 +29,9 @@
|
| #include "config.h"
|
| #include "core/html/ImageData.h"
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
|
|
| namespace WebCore {
|
|
|
|
|