| Index: Source/core/html/ImageDocument.cpp
|
| diff --git a/Source/core/html/ImageDocument.cpp b/Source/core/html/ImageDocument.cpp
|
| index eef84394aa9402bfd3dfad2b50ccf5de8f9caf8d..c9a5f3ef0bd480418ed24a8e816874ec7abc31d2 100644
|
| --- a/Source/core/html/ImageDocument.cpp
|
| +++ b/Source/core/html/ImageDocument.cpp
|
| @@ -25,8 +25,8 @@
|
| #include "config.h"
|
| #include "core/html/ImageDocument.h"
|
|
|
| -#include "HTMLNames.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| +#include "core/HTMLNames.h"
|
| #include "core/dom/RawDataDocumentParser.h"
|
| #include "core/events/EventListener.h"
|
| #include "core/events/MouseEvent.h"
|
|
|