Skip to content
  • andersca's avatar
    Reviewed by Brady. · 1f21e614
    andersca authored
            Move some SQL-related classes to platform/sql.
            
            * WebCore.vcproj/WebCore.vcproj:
            * WebCore.xcodeproj/project.pbxproj:
            * loader/icon/SQLDatabase.cpp: Removed.
            * loader/icon/SQLDatabase.h: Removed.
            * loader/icon/SQLStatement.cpp: Removed.
            * loader/icon/SQLStatement.h: Removed.
            * loader/icon/SQLTransaction.cpp: Removed.
            * loader/icon/SQLTransaction.h: Removed.
            * platform/sql/SQLDatabase.cpp: Copied from loader/icon/SQLDatabase.cpp.
            * platform/sql/SQLDatabase.h: Copied from loader/icon/SQLDatabase.h.
            * platform/sql/SQLStatement.cpp: Copied from loader/icon/SQLStatement.cpp.
            * platform/sql/SQLStatement.h: Copied from loader/icon/SQLStatement.h.
            * platform/sql/SQLTransaction.cpp: Copied from loader/icon/SQLTransaction.cpp.
            * platform/sql/SQLTransaction.h: Copied from loader/icon/SQLTransaction.h.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@26801 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    1f21e614