diff options
Diffstat (limited to 'WebCore/dom/Event.h')
-rw-r--r-- | WebCore/dom/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/Event.h b/WebCore/dom/Event.h index e18258c..b992237 100644 --- a/WebCore/dom/Event.h +++ b/WebCore/dom/Event.h @@ -24,9 +24,9 @@ #ifndef Event_h #define Event_h -#include "AtomicString.h" #include "EventTarget.h" #include <wtf/RefCounted.h> +#include <wtf/text/AtomicString.h> namespace WebCore { |