| Index: Source/core/xml/XMLHttpRequest.cpp
|
| diff --git a/Source/core/xml/XMLHttpRequest.cpp b/Source/core/xml/XMLHttpRequest.cpp
|
| index 051a5e026038dba4c546dba07fba96f5f96cdf37..2fa539922b1e9add0321837e8faa9abc8c2e1731 100644
|
| --- a/Source/core/xml/XMLHttpRequest.cpp
|
| +++ b/Source/core/xml/XMLHttpRequest.cpp
|
| @@ -29,9 +29,9 @@
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/ContextFeatures.h"
|
| #include "core/dom/DOMImplementation.h"
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventListener.h"
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventListener.h"
|
| +#include "core/events/EventNames.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/editing/markup.h"
|
| #include "core/fetch/CrossOriginAccessControl.h"
|
|
|