• ddkilzer@apple.com's avatar
    Remove the rest of SVG_DOM_OBJC_BINDINGS · 0cd46787
    ddkilzer@apple.com authored
    <http://webkit.org/b/114112>
    
    Reviewed by Geoffrey Garen.
    
    .:
    
    * Source/autotools/SetupWebKitFeatures.m4:
    * Source/cmake/WebKitFeatures.cmake:
    * Source/cmakeconfig.h.cmake:
    - Remove references to ENABLE_SVG_DOM_OBJC_BINDINGS.
    
    Source/JavaScriptCore:
    
    * Configurations/FeatureDefines.xcconfig:
    - Remove ENABLE_SVG_DOM_OBJC_BINDINGS macro.
    
    Source/WebCore:
    
    * Configurations/WebCore.xcconfig:
    - Remove EXCLUDED_SOURCE_FILE_NAMES_SVG_DOM_OBJC_BINDINGS.  Note
      that DOMHTMLIFrameElementPrivate.h should not have been in
      this list because the class contained methods other than just
      -getSVGDocument.
    
    * WebCore.xcodeproj/project.pbxproj:
    - Remove DOMHTMLFrameElementPrivate.h since the only method it
      contained was -[DOMHTMLFrameElement getSVGDocument], which was
      part of the SVG DOM Objective-C bindings.
    
    * bindings/objc/DOM.mm:
    (kitClass):
    * bindings/objc/DOMEvents.mm:
    (kitClass):
    * bindings/objc/ExceptionHandlers.mm:
    (WebCore::raiseDOMException):
    - Remove code in ENABLE(SVG_DOM_OBJC_BINDINGS).
    
    Source/WebKit/blackberry:
    
    * WebCoreSupport/AboutDataEnableFeatures.in:
    - Remove reference to SVG_DOM_OBJC_BINDINGS.
    
    Source/WebKit2:
    
    * Configurations/FeatureDefines.xcconfig:
    - Remove ENABLE_SVG_DOM_OBJC_BINDINGS macro.
    
    Source/WTF:
    
    * wtf/FeatureDefines.h:
    - Remove ENABLE_SVG_DOM_OBJC_BINDINGS macro.
    
    Tools:
    
    * Scripts/webkitperl/FeatureList.pm:
    - Remove --svg-dom-objc-bindings switch.
    * qmake/mkspecs/features/features.pri:
    - Remove reference to ENABLE_SVG_DOM_OBJC_BINDINGS.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@147878 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    0cd46787