Changeset 110080 in webkit


Ignore:
Timestamp:
Mar 7, 2012 11:58:18 AM (12 years ago)
Author:
ap@apple.com
Message:

Merge AsyncFileStream with FileStreamProxy
https://bugs.webkit.org/show_bug.cgi?id=80325

Build fix.

  • WebCore.xcodeproj/project.pbxproj: Removed files that got mysteriously added to the project with a merge.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r110078 r110080  
     12012-03-07  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Merge AsyncFileStream with FileStreamProxy
     4        https://bugs.webkit.org/show_bug.cgi?id=80325
     5
     6        Build fix.
     7
     8        * WebCore.xcodeproj/project.pbxproj: Removed files that got mysteriously added to the project
     9        with a merge.
     10
    1112012-03-07  Julien Chaffraix  <jchaffraix@webkit.org>
    212
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r110066 r110080  
    2454224542                                FD537353137B651800008DCE /* ZeroPole.h in Headers */,
    2454324543                                E1CDE9221501916900862CC5 /* AsyncFileStream.h in Headers */,
    24544                                 7728694F14F8882500F484DC /* EXTTextureFilterAnisotropic.h in Headers */,
    24545                                 7728698414FD9ADA00F484DC /* JSEXTTextureFilterAnisotropic.h in Headers */,
    2454624544                                450CEBF115073BBE002BB149 /* LabelableElement.h in Headers */,
    2454724545                        );
     
    2751827516                                FD537352137B651800008DCE /* ZeroPole.cpp in Sources */,
    2751927517                                E1CDE92015018ED000862CC5 /* AsyncFileStream.cpp in Sources */,
    27520                                 7728694E14F8882500F484DC /* EXTTextureFilterAnisotropic.cpp in Sources */,
    27521                                 7728698314FD9ADA00F484DC /* JSEXTTextureFilterAnisotropic.cpp in Sources */,
    2752227518                                450CEBF015073BBE002BB149 /* LabelableElement.cpp in Sources */,
    2752327519                        );
Note: See TracChangeset for help on using the changeset viewer.