⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 136211 in webkit


Ignore:
Timestamp:
Nov 30, 2012, 12:52:05 AM (14 years ago)
Author:
timothy_horton@apple.com
Message:

Unreviewed, fix the PDFPlugin build after ​http://trac.webkit.org/changeset/136205.

  • WebCore.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r136210 r136211  
     12012-11-30  Tim Horton  <timothy_horton@apple.com>
     2
     3        Unreviewed, fix the PDFPlugin build after http://trac.webkit.org/changeset/136205.
     4
     5        * WebCore.xcodeproj/project.pbxproj:
     6
    172012-11-30  Mihai Maerean  <mmaerean@adobe.com>
    28
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r136210 r136211  
    58365836                C348612415FDE21E007A1CC9 /* InputTypeNames.h in Headers */ = {isa = PBXBuildFile; fileRef = C348612215FDE21E007A1CC9 /* InputTypeNames.h */; };
    58375837                C375D7FD16639519006184AB /* TypeAhead.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C375D7FB16639519006184AB /* TypeAhead.cpp */; };
    5838                 C375D7FE16639519006184AB /* TypeAhead.h in Headers */ = {isa = PBXBuildFile; fileRef = C375D7FC16639519006184AB /* TypeAhead.h */; };
     5838                C375D7FE16639519006184AB /* TypeAhead.h in Headers */ = {isa = PBXBuildFile; fileRef = C375D7FC16639519006184AB /* TypeAhead.h */; settings = {ATTRIBUTES = (Private, ); }; };
    58395839                C37CDEBD149EF2030042090D /* ColorChooserClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C37CDEBC149EF2030042090D /* ColorChooserClient.h */; settings = {ATTRIBUTES = (Private, ); }; };
    58405840                C3CF17A415B0063F00276D39 /* IdTargetObserver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3CF17A015B0063F00276D39 /* IdTargetObserver.cpp */; };
    … …  
    2252222522                        buildActionMask = 2147483647;
    2252322523                        files = (
     22524                                C375D7FE16639519006184AB /* TypeAhead.h in Headers */,
    2252422525                                FD1AF1501656F15100C6D4F7 /* ExclusionShapeValue.h in Headers */,
    2252522526                                BC7FA6210D1F0CBD00DB22A9 /* LiveNodeList.h in Headers */,
    … …  
    2585425855                                15B8B7C91652C5220036EF55 /* JSWebKitCSSMixFunctionValue.h in Headers */,
    2585525856                                93F72AF31666EDFC002A02BD /* LayerPool.h in Headers */,
    25856                                 C375D7FE16639519006184AB /* TypeAhead.h in Headers */,
    2585725857                        );
    2585825858                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.