git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[Gtk] Webkit fails to build with --disable-geolocation
[WebKit-https.git]
/
Source
/
WebKit
/
gtk
/
webkit
/
webkitgeolocationpolicydecisionprivate.h
diff --git
a/Source/WebKit/gtk/webkit/webkitgeolocationpolicydecisionprivate.h
b/Source/WebKit/gtk/webkit/webkitgeolocationpolicydecisionprivate.h
index
d250044
..
177154c
100644
(file)
--- a/
Source/WebKit/gtk/webkit/webkitgeolocationpolicydecisionprivate.h
+++ b/
Source/WebKit/gtk/webkit/webkitgeolocationpolicydecisionprivate.h
@@
-25,10
+25,14
@@
#include "webkitgeolocationpolicydecision.h"
+#if ENABLE(GEOLOCATION)
+
extern "C" {
WebKitGeolocationPolicyDecision* webkit_geolocation_policy_decision_new(WebKitWebFrame*, WebCore::Geolocation*);
}
+#endif // ENABLE(GEOLOCATION)
+
#endif