Reviewed by Benjamin Poulain.
* Api/qwebpage.cpp:
* WebCoreSupport/GeolocationClientQt.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@110677
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
#include "FrameLoaderClientQt.h"
#include "FrameTree.h"
#include "FrameView.h"
+#if ENABLE(GEOLOCATION)
#include "GeolocationClientMock.h"
#include "GeolocationClientQt.h"
+#endif
#include "GeolocationPermissionClientQt.h"
#include "HTMLFormElement.h"
#include "HTMLFrameOwnerElement.h"
+2012-03-14 Csaba Osztrogonác <ossy@webkit.org>
+
+ Last buildfix for Qt after r110595. :)
+
+ Reviewed by Benjamin Poulain.
+
+ * Api/qwebpage.cpp:
+ * WebCoreSupport/GeolocationClientQt.h:
+
2012-03-13 Benjamin Poulain <bpoulain@apple.com>
Attempt to fix QtMinimal bot after r110595
#ifndef GeolocationClientQt_h
#define GeolocationClientQt_h
-#if ENABLE(GEOLOCATION)
-
#include "GeolocationClient.h"
#include <QObject>
} // namespace WebCore
-#endif // ENABLE(GEOLOCATION)
-
#endif // GeolocationClientQt_h