Changeset 157845 in webkit


Ignore:
Timestamp:
Oct 22, 2013 8:39:25 PM (11 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: fix broken build on Windows.
https://bugs.webkit.org/show_bug.cgi?id=123174.

Not reviewed.

No new tests.

  • WebCore.vcxproj/WebCore.vcxproj:
  • WebCore.vcxproj/WebCore.vcxproj.filters:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r157844 r157845  
     12013-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
    1132013-10-22  Brady Eidson  <beidson@apple.com>
    214
  • trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj

    r157842 r157845  
    65546554    <ClCompile Include="..\Modules\indexeddb\IDBKeyRange.cpp" />
    65556555    <ClCompile Include="..\Modules\indexeddb\IDBObjectStore.cpp" />
    6556     <ClCompile Include="..\Modules\indexeddb\leveldb\IDBObjectStoreBackendLevelDB.cpp" />
    65576556    <ClCompile Include="..\Modules\indexeddb\IDBRequest.cpp" />
    65586557    <ClCompile Include="..\Modules\indexeddb\IDBTransaction.cpp" />
  • trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters

    r157842 r157845  
    68936893      <Filter>Modules\indexeddb\leveldb</Filter>
    68946894    </ClCompile>
    6895     <ClCompile Include="..\Modules\indexeddb\leveldb\IDBObjectStoreBackendLevelDB.cpp">
    6896       <Filter>Modules\indexeddb\leveldb</Filter>
    6897     </ClCompile>
    68986895    <ClCompile Include="..\rendering\LineWidth.cpp">
    68996896      <Filter>rendering</Filter>
Note: See TracChangeset for help on using the changeset viewer.