| Index: Source/core/html/ImageDocument.cpp
|
| diff --git a/Source/core/html/ImageDocument.cpp b/Source/core/html/ImageDocument.cpp
|
| index 23b02c3349893e1a014bcb59f227c3cf2e210c40..ce7d5019b943e3cb4d033fbf215dae36dc315fdb 100644
|
| --- a/Source/core/html/ImageDocument.cpp
|
| +++ b/Source/core/html/ImageDocument.cpp
|
| @@ -27,9 +27,9 @@
|
|
|
| #include "HTMLNames.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| -#include "core/dom/EventListener.h"
|
| -#include "core/dom/EventNames.h"
|
| -#include "core/dom/MouseEvent.h"
|
| +#include "core/events/EventListener.h"
|
| +#include "core/events/EventNames.h"
|
| +#include "core/events/MouseEvent.h"
|
| #include "core/dom/RawDataDocumentParser.h"
|
| #include "core/fetch/ImageResource.h"
|
| #include "core/html/HTMLBodyElement.h"
|
|
|