diff options
Diffstat (limited to 'WebCore/dom/CustomEvent.h')
-rw-r--r-- | WebCore/dom/CustomEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/CustomEvent.h b/WebCore/dom/CustomEvent.h index d287a65..8372af2 100644 --- a/WebCore/dom/CustomEvent.h +++ b/WebCore/dom/CustomEvent.h @@ -26,9 +26,9 @@ #ifndef CustomEvent_h #define CustomEvent_h -#include "AtomicString.h" #include "Event.h" #include "ScriptValue.h" +#include <wtf/text/AtomicString.h> namespace WebCore { |