| Index: Source/core/editing/Editor.cpp
|
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
|
| index 9c8d5c782a89505c02842fd7d0d80745a24bce75..50d9eff1a5cc038612ee8fe850d8cf6ceefcc224 100644
|
| --- a/Source/core/editing/Editor.cpp
|
| +++ b/Source/core/editing/Editor.cpp
|
| @@ -40,6 +40,7 @@
|
| #include "core/dom/AXObjectCache.h"
|
| #include "core/dom/DocumentFragment.h"
|
| #include "core/dom/DocumentMarkerController.h"
|
| +#include "core/dom/ImageResource.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/dom/ParserContentPolicy.h"
|
| #include "core/dom/Text.h"
|
| @@ -62,7 +63,6 @@
|
| #include "core/events/KeyboardEvent.h"
|
| #include "core/events/ScopedEventQueue.h"
|
| #include "core/events/TextEvent.h"
|
| -#include "core/fetch/ImageResource.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalFrame.h"
|
|
|