summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-10-06 08:30:29 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-06 08:30:29 -0700
commit618e6eda024886e06ca03a2b4c4eb581284c3b13 (patch)
tree187bb7303f7b4a051315120e46dc3f9c992fb476 /WebCore
parent9fffbb84c4b1c3b4632e0b68fd26f1720643d008 (diff)
parenta7280594a8eac3503fe491d2ea02ce684fdf8744 (diff)
downloadexternal_webkit-618e6eda024886e06ca03a2b4c4eb581284c3b13.zip
external_webkit-618e6eda024886e06ca03a2b4c4eb581284c3b13.tar.gz
external_webkit-618e6eda024886e06ca03a2b4c4eb581284c3b13.tar.bz2
am a7280594: Fixes build bustage due to missing include in Geolocation.
Merge commit 'a7280594a8eac3503fe491d2ea02ce684fdf8744' into eclair-mr2 * commit 'a7280594a8eac3503fe491d2ea02ce684fdf8744': Fixes build bustage due to missing include in Geolocation.
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/page/Geolocation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/page/Geolocation.cpp b/WebCore/page/Geolocation.cpp
index 38411ce..bf877e6 100644
--- a/WebCore/page/Geolocation.cpp
+++ b/WebCore/page/Geolocation.cpp
@@ -30,6 +30,7 @@
#include "Chrome.h"
#include "CurrentTime.h"
#include "Document.h"
+#include "DOMWindow.h"
#include "EventNames.h"
#include "Frame.h"
#include "Page.h"