Changeset 169683 in webkit


Ignore:
Timestamp:
Jun 8, 2014 3:58:38 PM (10 years ago)
Author:
mitz@apple.com
Message:

[Cococa] WKWindowFeatures.h is missing from WebKit.framework
https://bugs.webkit.org/show_bug.cgi?id=133622

Reviewed by Sam Weinig.

  • WebKit2.xcodeproj/project.pbxproj: Promoted WKWindowFeatures.h to Public.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r169682 r169683  
     12014-06-08  Dan Bernstein  <mitz@apple.com>
     2
     3        [Cococa] WKWindowFeatures.h is missing from WebKit.framework
     4        https://bugs.webkit.org/show_bug.cgi?id=133622
     5
     6        Reviewed by Sam Weinig.
     7
     8        * WebKit2.xcodeproj/project.pbxproj: Promoted WKWindowFeatures.h to Public.
     9
    1102014-06-08  Dan Bernstein  <mitz@apple.com>
    211
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r169680 r169683  
    414414                1AD3306F16B1D991004F60E7 /* StorageAreaImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD3306D16B1D991004F60E7 /* StorageAreaImpl.h */; };
    415415                1AD60F5D18E20F4C0020C034 /* WKWindowFeatures.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AD60F5B18E20F4C0020C034 /* WKWindowFeatures.mm */; };
    416                 1AD60F5E18E20F4C0020C034 /* WKWindowFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD60F5C18E20F4C0020C034 /* WKWindowFeatures.h */; };
     416                1AD60F5E18E20F4C0020C034 /* WKWindowFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD60F5C18E20F4C0020C034 /* WKWindowFeatures.h */; settings = {ATTRIBUTES = (Public, ); }; };
    417417                1AD60F6018E20F740020C034 /* WKWindowFeaturesInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD60F5F18E20F740020C034 /* WKWindowFeaturesInternal.h */; };
    418418                1AD8790A18B6C38A006CAFD7 /* WKUIDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD8790918B6C38A006CAFD7 /* WKUIDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
Note: See TracChangeset for help on using the changeset viewer.