diff options
Diffstat (limited to 'webkit/port/history/CachedPage.cpp')
-rw-r--r-- | webkit/port/history/CachedPage.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/port/history/CachedPage.cpp b/webkit/port/history/CachedPage.cpp index 8d1531d..cc26e7e 100644 --- a/webkit/port/history/CachedPage.cpp +++ b/webkit/port/history/CachedPage.cpp @@ -32,6 +32,7 @@ #include "CachedPage.h" #include "Document.h" #include "DocumentLoader.h" +#include "DOMWindow.h" #include "FrameView.h" #include "CachedPagePlatformData.h" @@ -71,4 +72,6 @@ DocumentLoader* CachedPage::documentLoader() { return 0; } +DOMWindow* CachedPage::domWindow() const { return 0; } + } |