Changeset 157845 in webkit
- Timestamp:
- Oct 22, 2013, 8:39:25 PM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r157844 r157845 1 2013-10-22 Mark Lam <mark.lam@apple.com> 2 3 Gardening: fix broken build on Windows. 4 https://bugs.webkit.org/show_bug.cgi?id=123174. 5 6 Not reviewed. 7 8 No new tests. 9 10 * WebCore.vcxproj/WebCore.vcxproj: 11 * WebCore.vcxproj/WebCore.vcxproj.filters: 12 1 13 2013-10-22 Brady Eidson <beidson@apple.com> 2 14 -
trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj
r157842 r157845 6554 6554 <ClCompile Include="..\Modules\indexeddb\IDBKeyRange.cpp" /> 6555 6555 <ClCompile Include="..\Modules\indexeddb\IDBObjectStore.cpp" /> 6556 <ClCompile Include="..\Modules\indexeddb\leveldb\IDBObjectStoreBackendLevelDB.cpp" />6557 6556 <ClCompile Include="..\Modules\indexeddb\IDBRequest.cpp" /> 6558 6557 <ClCompile Include="..\Modules\indexeddb\IDBTransaction.cpp" /> -
trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters
r157842 r157845 6893 6893 <Filter>Modules\indexeddb\leveldb</Filter> 6894 6894 </ClCompile> 6895 <ClCompile Include="..\Modules\indexeddb\leveldb\IDBObjectStoreBackendLevelDB.cpp">6896 <Filter>Modules\indexeddb\leveldb</Filter>6897 </ClCompile>6898 6895 <ClCompile Include="..\rendering\LineWidth.cpp"> 6899 6896 <Filter>rendering</Filter>
Note:
See TracChangeset
for help on using the changeset viewer.