| Index: Source/core/editing/htmlediting.cpp
|
| diff --git a/Source/core/editing/htmlediting.cpp b/Source/core/editing/htmlediting.cpp
|
| index 12a3d62ea61d6b92cbb851f402b4b4649b10f6c0..164489eb1bb83245da9cf7a8194f4be9c0425d6d 100644
|
| --- a/Source/core/editing/htmlediting.cpp
|
| +++ b/Source/core/editing/htmlediting.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "core/editing/htmlediting.h"
|
|
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/ExceptionStatePlaceholder.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/HTMLElementFactory.h"
|
| #include "core/HTMLNames.h"
|
| #include "core/dom/Document.h"
|
|
|