| Index: Source/core/html/HTMLHtmlElement.cpp
|
| diff --git a/Source/core/html/HTMLHtmlElement.cpp b/Source/core/html/HTMLHtmlElement.cpp
|
| index edabd226f7e284e7219a3671c8692c7d35882bc3..bb109f5877efc749538d5f406cf2ba691d4b3ddd 100644
|
| --- a/Source/core/html/HTMLHtmlElement.cpp
|
| +++ b/Source/core/html/HTMLHtmlElement.cpp
|
| @@ -24,13 +24,13 @@
|
| #include "config.h"
|
| #include "HTMLHtmlElement.h"
|
|
|
| -#include "ApplicationCacheHost.h"
|
| #include "Document.h"
|
| #include "DocumentParser.h"
|
| #include "Frame.h"
|
| #include "HTMLNames.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/loader/FrameLoader.h"
|
| +#include "core/loader/appcache/ApplicationCacheHost.h"
|
|
|
| namespace WebCore {
|
|
|
|
|