Title: [108478] trunk/Source/WebCore
Revision
108478
Author
o...@webkit.org
Date
2012-02-22 03:38:14 -0800 (Wed, 22 Feb 2012)

Log Message

[Qt] Unreviewed gardening after r108464.

* Target.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108477 => 108478)


--- trunk/Source/WebCore/ChangeLog	2012-02-22 11:21:01 UTC (rev 108477)
+++ trunk/Source/WebCore/ChangeLog	2012-02-22 11:38:14 UTC (rev 108478)
@@ -1,3 +1,9 @@
+2012-02-22  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Qt] Unreviewed gardening after r108464.
+
+        * Target.pri:
+
 2012-02-22  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r108468.

Modified: trunk/Source/WebCore/Target.pri (108477 => 108478)


--- trunk/Source/WebCore/Target.pri	2012-02-22 11:21:01 UTC (rev 108477)
+++ trunk/Source/WebCore/Target.pri	2012-02-22 11:38:14 UTC (rev 108478)
@@ -1515,6 +1515,16 @@
 }
 
 HEADERS += \
+    Modules/geolocation/Geolocation.h \
+    Modules/geolocation/GeolocationController.h \
+    Modules/geolocation/GeolocationError.h \
+    Modules/geolocation/GeolocationPosition.h \
+    Modules/geolocation/Geoposition.h \
+    Modules/geolocation/PositionCallback.h \
+    Modules/geolocation/PositionError.h \
+    Modules/geolocation/PositionErrorCallback.h \
+    Modules/geolocation/PositionOptions.h \
+    \
     css/CSSAspectRatioValue.h \
     css/CSSBorderImageSliceValue.h \
     css/CSSBorderImage.h \
@@ -2059,8 +2069,6 @@
     page/Frame.h \
     page/FrameTree.h \
     page/FrameView.h \
-    page/Geolocation.h \
-    page/Geoposition.h \
     page/GestureTapHighlighter.h\
     page/GroupSettings.h \
     page/History.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to