Skip to content
  • mitz@apple.com's avatar
    [Cocoa] Use class extensions for IPI · b98fcf03
    mitz@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=124870
    
    Reviewed by Sam Weinig.
    
    * UIProcess/API/mac/WKBrowsingContextController.mm: Reordered methods so that the Private
    cateogry isn’t stuck between the API methods and the internal methods.
    (-[WKBrowsingContextController setPaginationMode:]):
    (-[WKBrowsingContextController paginationMode]):
    (-[WKBrowsingContextController setPaginationBehavesLikeColumns:]):
    (-[WKBrowsingContextController paginationBehavesLikeColumns]):
    (-[WKBrowsingContextController setPageLength:]):
    (-[WKBrowsingContextController pageLength]):
    (-[WKBrowsingContextController setGapBetweenPages:]):
    (-[WKBrowsingContextController gapBetweenPages]):
    (-[WKBrowsingContextController pageCount]):
    (-[WKBrowsingContextController handle]):
    * UIProcess/API/mac/WKBrowsingContextControllerInternal.h: Changed Internal category into
    a class extension.
    
    * UIProcess/API/mac/WKConnection.mm:
    * UIProcess/API/mac/WKConnectionInternal.h: Changed Internal category into a class
    extension.
    
    * WebProcess/InjectedBundle/API/mac/WKWebProcessPlugIn.mm:
    * WebProcess/InjectedBundle/API/mac/WKWebProcessPlugInInternal.h: Ditto.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159775 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b98fcf03