Skip to content
  • benm@google.com's avatar
    WebCore: Geolocation Coordinates::toString() prints bogus values for unspecified properties. · cfc5433f
    benm@google.com authored
    https://bugs.webkit.org/show_bug.cgi?id=29080
    
    Patch by Steve Block <steveblock@google.com> on 2009-09-09
    Reviewed by Maciej Stachowiak.
    
    Test: fast/dom/Geolocation/position-string.html
    
    * GNUmakefile.am: Modified. Removes Geoposition.cpp and Coordinates.cpp.
    * WebCore.gypi: Modified. Removes Geoposition.cpp and Coordinates.cpp.
    * WebCore.pro: Modified. Removes Geoposition.cpp and Coordinates.cpp.
    * WebCore.vcproj/WebCore.vcproj: Modified. Removes Geoposition.cpp and Coordinates.cpp.
    * WebCore.xcodeproj/project.pbxproj: Modified. Removes Geoposition.cpp and Coordinates.cpp.
    * WebCoreSources.bkl: Modified. Removes Geoposition.cpp and Coordinates.cpp.
    * page/Coordinates.cpp: Removed.
    * page/Coordinates.h: Modified. Removes toString method.
    * page/Coordinates.idl: Modified. Removes toString method.
    * page/Geoposition.cpp: Removed.
    * page/Geoposition.h: Modified. Removes toString method.
    * page/Geoposition.idl: Modifie...
    cfc5433f