summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-11-24 23:25:53 +0000
committerSteve Block <steveblock@google.com>2009-11-24 23:25:53 +0000
commit9ca5793315e248418a353cc1443f3803ae0adfe6 (patch)
tree99894786b06078c99b668f19c4743e8d830a2000 /WebCore
parentf530723afaa12c74187595ce22ce2f84c3fba2be (diff)
downloadexternal_webkit-9ca5793315e248418a353cc1443f3803ae0adfe6.zip
external_webkit-9ca5793315e248418a353cc1443f3803ae0adfe6.tar.gz
external_webkit-9ca5793315e248418a353cc1443f3803ae0adfe6.tar.bz2
Fixes WTF include in WebCore/page/Geolocation.cpp to fix Mac build.
Also fixes include problems in files in WebKit/android. Change-Id: I6d6312e9753eb2bbf0b61f20a6ef0eb56f990991
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/page/Geolocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/Geolocation.cpp b/WebCore/page/Geolocation.cpp
index 775dcf4..556d22c 100644
--- a/WebCore/page/Geolocation.cpp
+++ b/WebCore/page/Geolocation.cpp
@@ -28,7 +28,6 @@
#include "Geolocation.h"
#include "Chrome.h"
-#include "CurrentTime.h"
#include "Document.h"
#include "DOMWindow.h"
#include "EventNames.h"
@@ -38,6 +37,7 @@
#include "SQLiteStatement.h"
#include "SQLiteTransaction.h"
#include "SQLValue.h"
+#include <wtf/CurrentTime.h>
namespace WebCore {