| Index: Source/core/editing/MergeIdenticalElementsCommand.cpp
|
| diff --git a/Source/core/editing/MergeIdenticalElementsCommand.cpp b/Source/core/editing/MergeIdenticalElementsCommand.cpp
|
| index abeae71208c6ebeef766a433b49e59949b8546a5..a0bf598f72de11fa33e8f4379fb9e4ae6f8c0260 100644
|
| --- a/Source/core/editing/MergeIdenticalElementsCommand.cpp
|
| +++ b/Source/core/editing/MergeIdenticalElementsCommand.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "core/editing/MergeIdenticalElementsCommand.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/dom/Element.h"
|
|
|
| namespace WebCore {
|
|
|