Changeset 55374 in webkit
- Timestamp:
- Mar 1, 2010, 1:04:30 PM (15 years ago)
- Location:
- trunk/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog
r55371 r55374 1 2010-03-01 Robert Hogan <robert@webkit.org> 2 3 Reviewed by nobody, build fix. 4 5 Fix --minimal build. Add ENABLE(DATABASE) as compile time condition 6 for building file GeolocationPositionCache.cpp. 7 8 * page/GeolocationPositionCache.cpp: 9 1 10 2010-03-01 Jakob Petsovits <jpetsovits@rim.com> 2 11 -
trunk/WebCore/page/GeolocationPositionCache.cpp
r55142 r55374 26 26 #include "config.h" 27 27 #include "GeolocationPositionCache.h" 28 29 #if ENABLE(DATABASE) 28 30 29 31 #include "Geoposition.h" … … 174 176 175 177 } // namespace WebCore 178 179 #endif //ENABLE(DATABASE)
Note:
See TracChangeset
for help on using the changeset viewer.