Skip to content
  • aestes@apple.com's avatar
    Wrap uppercaseWord, lowercaseWord, and capitalizeWord with USE(APPKIT) · 57b5000c
    aestes@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=88504
    
    Reviewed by Dan Bernstein.
    
    uppercaseWord, lowercaseWord, and capitalizeWord are methods declared
    by NSResponder that subclasses are expected to implement. WebKit should
    only support these implementations on platforms that use AppKit.
    
    Source/WebCore:
    
    * WebCore.exp.in:
    * editing/Editor.cpp:
    * editing/Editor.h:
    * loader/EmptyClients.h:
    * page/ContextMenuController.cpp:
    * page/EditorClient.h:
    
    Source/WebKit/mac:
    
    * WebCoreSupport/WebEditorClient.h:
    * WebCoreSupport/WebEditorClient.mm:
    
    Source/WebKit2:
    
    * UIProcess/WebPageProxy.h:
    * WebProcess/WebCoreSupport/WebEditorClient.h:
    * WebProcess/WebCoreSupport/mac/WebEditorClientMac.mm:
    * WebProcess/WebPage/WebPage.cpp:
    * WebProcess/WebPage/WebPage.h:
    * WebProcess/WebPage/WebPage.messages.in:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@119687 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    57b5000c