Skip to content
  • aestes@apple.com's avatar
    [iOS] Fix build issues with exported headers · 5d86e980
    aestes@apple.com authored
    Source/WebCore:
    
    * Configurations/WebCore.xcconfig: Allowed UIKit to link against
    WebCore.
    * page/ios/WebEventRegion.h: Removed ENABLE(TOUCH_EVENTS), which are
    always enabled on iOS.
    
    Source/WebKit:
    
    * WebKit.xcodeproj/project.pbxproj: Removed WebPluginPrivate.h from
    the project.
    
    Source/WebKit/ios:
    
    * Misc/WebNSStringExtrasIOS.h: Changed PLATFORM(IOS) to
    TARGET_OS_IPHONE.
    
    Source/WebKit/mac:
    
    * DOM/WebDOMOperationsPrivate.h: Changed PLATFORM(IOS) to
    TARGET_OS_IPHONE.
    * MigrateHeaders.make: Excluded WAKScrollView.h from normal replacement
    rules so that WebCoreFrameScrollView won't inadvertently get changed to
    WebKitFrameScrollView.
    * Plugins/WebPlugin.h: Moved contents of WebPluginPrivate.h to here in
    order to maintain source compatibility.
    * Plugins/WebPluginController.mm: Removed an import of WebPluginPrivate.h.
    * Plugins/WebPluginPrivate.h: Removed.
    * Storage/WebDatabaseManagerPrivate.h: Replaced ENABLE(SQL_DATABASE)
    with ENABLE_SQL_DATABASE.
    * WebView/WebViewPrivate.h: Added declaration of
    -[WebView _touchEventRegions] for source compatibility.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@162120 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5d86e980