| Index: Source/core/css/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/page/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp
|
| similarity index 99%
|
| rename from Source/core/page/RuntimeCSSEnabled.cpp
|
| rename to Source/core/css/RuntimeCSSEnabled.cpp
|
| index 55b1c54830ff30e084c5f06175e09164af4cd097..7e0d728e2b89043320ce994565c2ced264a1ffe1 100644
|
| --- a/Source/core/page/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/css/RuntimeCSSEnabled.cpp
|
| @@ -28,7 +28,8 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/page/RuntimeCSSEnabled.h"
|
| +#include "core/css/RuntimeCSSEnabled.h"
|
| +
|
| #include "RuntimeEnabledFeatures.h"
|
|
|
| namespace WebCore {
|
|
|