Skip to content
  • commit-queue@webkit.org's avatar
    Source/WebCore: [EFL] --minimal build fails with error:... · d036cc8c
    commit-queue@webkit.org authored
    Source/WebCore: [EFL] --minimal build fails with error: WebCore::FrameSelection::notifyAccessibilityForSelectionChange()
    https://bugs.webkit.org/show_bug.cgi?id=114089
    
    Patch by Ed Bartosh <bartosh@gmail.com> on 2013-04-07
    Reviewed by Chris Fleizach.
    
    Wrapped accessibility related code in #if HAVE(ACCESSIBILITY)
    * editing/FrameSelection.cpp:
    (WebCore::FrameSelection::setSelection):
    * editing/FrameSelection.h:
    (WebCore):
    
    Tools: [EFL] -minimal build fails with error: WebCore::FrameSelection::notifyAccessibilityForSelectionChange()
    https://bugs.webkit.org/show_bug.cgi?id=114089
    
    Patch by Ed Bartosh <bartosh@gmail.com> on 2013-04-07
    Reviewed by Chris Fleizach.
    
    Wrapped accessibility related code in #if HAVE(ACCESSIBILITY)
    * DumpRenderTree/AccessibilityController.cpp:
    * DumpRenderTree/AccessibilityUIElement.cpp:
    * DumpRenderTree/efl/DumpRenderTreeChrome.cpp:
    (DumpRenderTreeChrome::DumpRenderTreeChrome):
    * DumpRenderTree/efl/DumpRenderTreeChrome.h:
    (DumpRenderTreeChrome):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@147867 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    d036cc8c