Skip to content
  • ddkilzer's avatar
    WebCore: · b7ba4fce
    ddkilzer authored
            Generated files missing from WebCore's Xcode project file
            <http://bugs.webkit.org/show_bug.cgi?id=15406>
    
            Reviewed by Darin.
    
            Added the following files to the Xcode project file (note that
            JSHTMLInputElementBaseTable.cpp is used as a header file):
    
            - DOMCSSStyleSheetPrivate.h
            - DOMEventPrivate.h
            - DOMHTMLCollectionPrivate.h
            - DOMHTMLEmbedElementPrivate.h
            - DOMHTMLIFrameElementPrivate.h
            - DOMHTMLObjectElementPrivate.h
            - DOMHTMLSelectElementPrivate.h
            - DOMTextEventInternal.h
            - JSHTMLInputElementBaseTable.cpp
    
            * DerivedSources.make: Removed DOMSVGException.h and JSSVGAnimatedPoints.h
            since their generated code was not used.
            * WebCore.xcodeproj/project.pbxproj: Added missing header files.
    
    WebKit:
    
            Generated files missing from WebCore's Xcode project file
            <http://bugs.webkit.org/show_bug.cgi?id=15406>
    
            Reviewed by Darin.
    
            Added the following private header files to MigrateHeaders.make:
    
            - DOMCSSStyleSheetPrivate.h
            - DOMEventPrivate.h
            - DOMHTMLCollectionPrivate.h
            - DOMHTMLEmbedElementPrivate.h
            - DOMHTMLIFrameElementPrivate.h
            - DOMHTMLObjectElementPrivate.h
            - DOMHTMLSelectElementPrivate.h
    
            * MigrateHeaders.make:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@27278 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b7ba4fce