| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index d23fb764a20138f32bb379d58ac7123c35555228..09d750c34c0f60f6afa46daccc3cb6075ef5ff73 100644
|
| --- a/Source/core/html/HTMLDocument.h
|
| +++ b/Source/core/html/HTMLDocument.h
|
| @@ -23,7 +23,7 @@
|
| #ifndef HTMLDocument_h
|
| #define HTMLDocument_h
|
|
|
| -#include "Document.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/loader/cache/CachedResourceClient.h"
|
| #include <wtf/HashCountedSet.h>
|
| #include <wtf/text/AtomicStringHash.h>
|
|
|