Changeset 162100 in webkit


Ignore:
Timestamp:
Jan 15, 2014 4:08:47 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

https://bugs.webkit.org/show_bug.cgi?id=127066
Add WKBrowsingContextHandle.h to WebKit2 private headers.

Patch by Yongjun Zhang <yongjun_zhang@apple.com> on 2014-01-15
Reviewed by Dan Bernstein.

Add WKBrowsingContextHandle.h to WebKit2 private headers so that WebKit2 client
can use WKBrowsingContextHandle class.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r162097 r162100  
     12014-01-15  Yongjun Zhang  <yongjun_zhang@apple.com>
     2
     3        https://bugs.webkit.org/show_bug.cgi?id=127066
     4        Add WKBrowsingContextHandle.h to WebKit2 private headers.
     5
     6        Reviewed by Dan Bernstein.
     7
     8        Add WKBrowsingContextHandle.h to WebKit2 private headers so that WebKit2 client
     9        can use WKBrowsingContextHandle class.
     10
     11        * WebKit2.xcodeproj/project.pbxproj:
     12
    1132014-01-15  Piotr Grad  <p.grad@samsung.com>
    214
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r162047 r162100  
    309309                1AD3306F16B1D991004F60E7 /* StorageAreaImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD3306D16B1D991004F60E7 /* StorageAreaImpl.h */; };
    310310                1AE00D4C182D6EB000087DD7 /* WKBrowsingContextHandle.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AE00D4A182D6EB000087DD7 /* WKBrowsingContextHandle.mm */; };
    311                 1AE00D4D182D6EB000087DD7 /* WKBrowsingContextHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE00D4B182D6EB000087DD7 /* WKBrowsingContextHandle.h */; };
     311                1AE00D4D182D6EB000087DD7 /* WKBrowsingContextHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE00D4B182D6EB000087DD7 /* WKBrowsingContextHandle.h */; settings = {ATTRIBUTES = (Private, ); }; };
    312312                1AE00D4F182D6F5000087DD7 /* WKBrowsingContextHandleInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE00D4E182D6F5000087DD7 /* WKBrowsingContextHandleInternal.h */; };
    313313                1AE00D5C182DADE100087DD7 /* KeyedEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AE00D5A182DADE100087DD7 /* KeyedEncoder.cpp */; };
Note: See TracChangeset for help on using the changeset viewer.