Chromium Code Reviews| Index: Source/core/dom/CustomEvent.h |
| diff --git a/Source/core/dom/CustomEvent.h b/Source/core/dom/CustomEvent.h |
| index 581331da64a37006894736b5d89948c85af29757..f0089c2f3f20271d60213e14570ee9a1dc76a846 100644 |
| --- a/Source/core/dom/CustomEvent.h |
| +++ b/Source/core/dom/CustomEvent.h |
| @@ -26,9 +26,9 @@ |
| #ifndef CustomEvent_h |
| #define CustomEvent_h |
| -#include "Event.h" |
| #include "ScriptValue.h" |
| #include "SerializedScriptValue.h" |
| +#include "core/dom/Event.h" |
| namespace WebCore { |