OSDN Git Service

Fixes build bustage due to missing include in Geolocation.
authorSteve Block <steveblock@google.com>
Tue, 6 Oct 2009 15:21:49 +0000 (16:21 +0100)
committerSteve Block <steveblock@google.com>
Tue, 6 Oct 2009 15:21:49 +0000 (16:21 +0100)
Change-Id: Iea9209faba25a9b4ea4e351218c8c1eecf36d07f

WebCore/page/Geolocation.cpp

index 38411ce..bf877e6 100644 (file)
@@ -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"