| Index: Source/core/editing/EditorCommand.cpp
|
| diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp
|
| index 62985bfbbf6ee77aa4648b10f590ccd9063ba0fd..9cf5757ab37f5f192c61da12d8846a49b03d32dd 100644
|
| --- a/Source/core/editing/EditorCommand.cpp
|
| +++ b/Source/core/editing/EditorCommand.cpp
|
| @@ -33,10 +33,10 @@
|
| #include "HTMLNames.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| +#include "core/clipboard/Pasteboard.h"
|
| #include "core/css/CSSValueList.h"
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/dom/DocumentFragment.h"
|
| -#include "core/dom/Pasteboard.h"
|
| #include "core/editing/CreateLinkCommand.h"
|
| #include "core/editing/FormatBlockCommand.h"
|
| #include "core/editing/IndentOutdentCommand.h"
|
|
|