Skip to content
  • ddkilzer@apple.com's avatar
    <http://webkit.org/b/52596> Add missing DOMDocument/DOMDocumentFragment headers to Xcode project · 4f1e3a43
    ddkilzer@apple.com authored
    Reviewed by Dan Bernstein.
    
    WebCore:
    
    This fixes two issues:
    
    Add missing DOMDocumentFragmentPrivate.h and
    DOMDocumentPrivate.h files to the project.  These files were
    never added to the the project although their *Internal.h
    counterparts were added in r16548 and r17390.
    
    Add missing DOMDocumentFragmentInternal.h to the Headers
    section.  It was moved from Headers to "Copy Generated Headers"
    in r31045, but it should have an entry in both sections.
    
    * WebCore.xcodeproj/project.pbxproj:
    
    WebKit/mac:
    
    * MigrateHeaders.make: Copy DOMDocumentFragmentPrivate.h and
    DOMDocumentPrivate.h to the PrivateHeaders directory.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75974 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4f1e3a43