diff options
author | Steve Block <steveblock@google.com> | 2009-10-06 08:30:29 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-06 08:30:29 -0700 |
commit | 618e6eda024886e06ca03a2b4c4eb581284c3b13 (patch) | |
tree | 187bb7303f7b4a051315120e46dc3f9c992fb476 /WebCore | |
parent | 9fffbb84c4b1c3b4632e0b68fd26f1720643d008 (diff) | |
parent | a7280594a8eac3503fe491d2ea02ce684fdf8744 (diff) | |
download | external_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.cpp | 1 |
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" |