Skip to content
  • levin@chromium.org's avatar
    Make IconSnapshot and PageURLRecord member variables private. · e0bc5507
    levin@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=58080
    
    Reviewed by Darin Adler.
    
    No change in functionality so no new tests.
    
    * loader/icon/IconDatabase.cpp:
    (WebCore::IconDatabase::writeToDatabase): Changed to used the accessor functions.
    (WebCore::IconDatabase::writeIconSnapshotToSQLDatabase): Ditto.
    * loader/icon/IconRecord.h:
    (WebCore::IconSnapshot::IconSnapshot): Changed to use the new member variable names.
    (WebCore::IconSnapshot::iconURL): Expose the property.
    (WebCore::IconSnapshot::timestamp): Ditto.
    (WebCore::IconSnapshot::data): Ditto.
    * loader/icon/PageURLRecord.h:
    (WebCore::PageURLSnapshot::PageURLSnapshot): Changed to use the new member variable names.
    (WebCore::PageURLSnapshot::pageURL): Expose the property.
    (WebCore::PageURLSnapshot::iconURL): Ditto.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@83234 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    e0bc5507