diff options
Diffstat (limited to 'WebCore/html/HTMLDocument.h')
-rw-r--r-- | WebCore/html/HTMLDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLDocument.h b/WebCore/html/HTMLDocument.h index 646e100..3b5fdfa 100644 --- a/WebCore/html/HTMLDocument.h +++ b/WebCore/html/HTMLDocument.h @@ -23,10 +23,10 @@ #ifndef HTMLDocument_h #define HTMLDocument_h -#include "AtomicStringHash.h" #include "CachedResourceClient.h" #include "Document.h" #include <wtf/HashCountedSet.h> +#include <wtf/text/AtomicStringHash.h> namespace WebCore { |