diff options
Diffstat (limited to 'WebCore/notifications/Notification.h')
-rw-r--r-- | WebCore/notifications/Notification.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/notifications/Notification.h b/WebCore/notifications/Notification.h index 20a319b..e8e29f4 100644 --- a/WebCore/notifications/Notification.h +++ b/WebCore/notifications/Notification.h @@ -33,7 +33,6 @@ #define Notification_h #include "ActiveDOMObject.h" -#include "AtomicStringHash.h" #include "Event.h" #include "EventListener.h" #include "EventNames.h" @@ -51,6 +50,7 @@ #include <wtf/PassRefPtr.h> #include <wtf/RefCounted.h> #include <wtf/RefPtr.h> +#include <wtf/text/AtomicStringHash.h> #if ENABLE(NOTIFICATIONS) namespace WebCore { |