Changeset 47180 in webkit


Ignore:
Timestamp:
Aug 12, 2009 9:46:48 PM (15 years ago)
Author:
staikos@webkit.org
Message:

2009-08-12 George Wright <george.wright@torchmobile.com>

Reviewed by George Staikos.

Add SQLTransactionCoordinator.[h,cpp] to WebCore.pro.

https://bugs.webkit.org/show_bug.cgi?id=28246

  • WebCore.pro:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r47179 r47180  
     12009-08-12  George Wright  <george.wright@torchmobile.com>
     2
     3        Reviewed by George Staikos.
     4
     5        Add SQLTransactionCoordinator.[h,cpp] to WebCore.pro.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=28246
     8
     9        * WebCore.pro:
     10
    1112009-08-12  George Staikos  <george.staikos@torchmobile.com>
    212
  • trunk/WebCore/WebCore.pro

    r47176 r47180  
    24852485        storage/SQLStatement.cpp \
    24862486        storage/SQLTransaction.cpp \
     2487        storage/SQLTransactionCoordinator.cpp \
    24872488        bindings/js/JSCustomSQLStatementCallback.cpp \
    24882489        bindings/js/JSCustomSQLStatementErrorCallback.cpp \
     
    25122513        storage/SQLStatement.h \
    25132514        storage/SQLTransaction.h \
     2515        storage/SQLTransactionCoordinator.h \
    25142516        storage/StorageArea.h \
    25152517        storage/StorageAreaImpl.h \
Note: See TracChangeset for help on using the changeset viewer.