diff options
Diffstat (limited to 'webkit/pending/GlobalHistory.h')
-rw-r--r-- | webkit/pending/GlobalHistory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/pending/GlobalHistory.h b/webkit/pending/GlobalHistory.h index 08bb332..04338fb 100644 --- a/webkit/pending/GlobalHistory.h +++ b/webkit/pending/GlobalHistory.h @@ -28,6 +28,8 @@ #include <wtf/unicode/Unicode.h> +class Document; + namespace WebCore { bool historyContains(const UChar* characters, unsigned length, |