Title: [108277] trunk
Revision
108277
Author
[email protected]
Date
2012-02-20 18:02:23 -0800 (Mon, 20 Feb 2012)

Log Message

[GTK] Geolocation support should be on by default
https://bugs.webkit.org/show_bug.cgi?id=79037

Patch by Martin Robinson <[email protected]> on 2012-02-20
Reviewed by Gustavo Noronha Silva.

* configure.ac: Turn on geolocation support in release builds.

Modified Paths

Diff

Modified: trunk/ChangeLog (108276 => 108277)


--- trunk/ChangeLog	2012-02-21 01:33:41 UTC (rev 108276)
+++ trunk/ChangeLog	2012-02-21 02:02:23 UTC (rev 108277)
@@ -1,3 +1,12 @@
+2012-02-20  Martin Robinson  <[email protected]>
+
+        [GTK] Geolocation support should be on by default
+        https://bugs.webkit.org/show_bug.cgi?id=79037
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * configure.ac: Turn on geolocation support in release builds.
+
 2012-02-20  Kihong Kwon  <[email protected]>
 
         Add a new API for the Vibration API(W3C).

Modified: trunk/configure.ac (108276 => 108277)


--- trunk/configure.ac	2012-02-21 01:33:41 UTC (rev 108276)
+++ trunk/configure.ac	2012-02-21 02:02:23 UTC (rev 108277)
@@ -793,8 +793,8 @@
 AC_MSG_CHECKING([whether to enable geolocation support])
 AC_ARG_ENABLE(geolocation,
               AC_HELP_STRING([--enable-geolocation],
-                             [enable support for geolocation [default=no]]),
-              [],[enable_geolocation="no"])
+                             [enable support for geolocation [default=yes]]),
+              [],[enable_geolocation="yes"])
 AC_MSG_RESULT([$enable_geolocation])
 
 # check whether to enable MathML support
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to