Changeset 185190 in webkit


Ignore:
Timestamp:
Jun 3, 2015 10:35:42 PM (9 years ago)
Author:
mitz@apple.com
Message:

Made WKBackForwardListItemPrivate.h a private header after it was added as internal in r185183.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r185188 r185190  
     12015-06-03  Dan Bernstein  <mitz@apple.com>
     2
     3        Made WKBackForwardListItemPrivate.h a private header after it was added as internal in r185183.
     4
     5        * WebKit2.xcodeproj/project.pbxproj:
     6
    172015-06-03  Hyungwook Lee  <hyungwook.lee@navercorp.com>
    28
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r185183 r185190  
    170170                1A1D8BA21731A36300141DA4 /* LocalStorageDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1D8BA01731A36300141DA4 /* LocalStorageDatabase.h */; };
    171171                1A1DC340196346D700FF7059 /* LegacySessionStateCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 31607F3819627002009B87DA /* LegacySessionStateCoding.h */; };
    172                 1A1E01E91B1FBB7900973E1F /* WKBackForwardListItemPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1E01E81B1FBB7900973E1F /* WKBackForwardListItemPrivate.h */; };
     172                1A1E01E91B1FBB7900973E1F /* WKBackForwardListItemPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1E01E81B1FBB7900973E1F /* WKBackForwardListItemPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
    173173                1A1E093318861D3800D2DC49 /* WebProgressTrackerClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1E093118861D3800D2DC49 /* WebProgressTrackerClient.cpp */; };
    174174                1A1E093418861D3800D2DC49 /* WebProgressTrackerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1E093218861D3800D2DC49 /* WebProgressTrackerClient.h */; };
Note: See TracChangeset for help on using the changeset viewer.