Changeset 55374 in webkit


Ignore:
Timestamp:
Mar 1, 2010 1:04:30 PM (14 years ago)
Author:
robert@webkit.org
Message:

2010-03-01 Robert Hogan <robert@webkit.org>

Reviewed by nobody, build fix.

Fix --minimal build. Add ENABLE(DATABASE) as compile time condition
for building file GeolocationPositionCache.cpp.

  • page/GeolocationPositionCache.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r55371 r55374  
     12010-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
    1102010-03-01  Jakob Petsovits  <jpetsovits@rim.com>
    211
  • trunk/WebCore/page/GeolocationPositionCache.cpp

    r55142 r55374  
    2626#include "config.h"
    2727#include "GeolocationPositionCache.h"
     28
     29#if ENABLE(DATABASE)
    2830
    2931#include "Geoposition.h"
     
    174176
    175177} // namespace WebCore
     178
     179#endif //ENABLE(DATABASE)
Note: See TracChangeset for help on using the changeset viewer.