Changeset 86676 in webkit


Ignore:
Timestamp:
May 17, 2011 9:57:11 AM (13 years ago)
Author:
sullivan@apple.com
Message:

Loose end from fix for https://bugs.webkit.org/show_bug.cgi?id=60938

Reviewed by Adam Roben.

  • WebKit2.xcodeproj/project.pbxproj:

Made new header file "private" instead of "project" so clients can access it.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r86668 r86676  
     12011-05-17  John Sullivan  <sullivan@apple.com>
     2
     3        Reviewed by Adam Roben.
     4
     5        Loose end from fix for https://bugs.webkit.org/show_bug.cgi?id=60938
     6
     7        * WebKit2.xcodeproj/project.pbxproj:
     8        Made new header file "private" instead of "project" so clients can access it.
     9
    1102011-05-17  Andreas Kling  <kling@webkit.org>
    211
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r86645 r86676  
    711711                BCDE0ABF13272708001259FB /* PluginProcess.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = BCDE094213272496001259FB /* PluginProcess.app */; };
    712712                BCE17B7D1381F1170012A641 /* WKPagePrivateMac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCE17B7B1381F1170012A641 /* WKPagePrivateMac.cpp */; };
    713                 BCE17B7E1381F1170012A641 /* WKPagePrivateMac.h in Headers */ = {isa = PBXBuildFile; fileRef = BCE17B7C1381F1170012A641 /* WKPagePrivateMac.h */; };
     713                BCE17B7E1381F1170012A641 /* WKPagePrivateMac.h in Headers */ = {isa = PBXBuildFile; fileRef = BCE17B7C1381F1170012A641 /* WKPagePrivateMac.h */; settings = {ATTRIBUTES = (Private, ); }; };
    714714                BCE2315D122C30CA00D5C35A /* WebURLRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = BCE2315B122C30CA00D5C35A /* WebURLRequest.h */; };
    715715                BCE2315E122C30CA00D5C35A /* WebURLRequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCE2315C122C30CA00D5C35A /* WebURLRequest.cpp */; };
     
    34273427                                BCC938E11180DE440085E5FE /* WKContextPrivate.h in Headers */,
    34283428                                BCD0139B110FA420003B8A67 /* WKFrame.h in Headers */,
     3429                                BCE17B7E1381F1170012A641 /* WKPagePrivateMac.h in Headers */,
    34293430                                BCB9F6A51123DD0D00A137E0 /* WKFramePolicyListener.h in Headers */,
    34303431                                BCF69FA91176D1CB00471A52 /* WKNavigationData.h in Headers */,
     
    37333734                                1A7C6CDB1378950800B9C04D /* EnvironmentVariables.h in Headers */,
    37343735                                1A179780137EE82C00F97D45 /* PluginCreationParameters.h in Headers */,
    3735                                 BCE17B7E1381F1170012A641 /* WKPagePrivateMac.h in Headers */,
    37363736                        );
    37373737                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.