Bug 128880 - Build break when disabled ACCESSIBILITY since r162986
Summary: Build break when disabled ACCESSIBILITY since r162986
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-15 19:20 PST by Ryuan Choi
Modified: 2014-02-15 21:02 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.67 KB, patch)
2014-02-15 19:23 PST, Ryuan Choi
no flags Details | Formatted Diff | Diff
Patch (2.66 KB, patch)
2014-02-15 19:24 PST, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2014-02-15 19:20:53 PST
CMakeFiles/TestRunnerInjectedBundle.dir/__/__/DerivedSources/InjectedBundle/JSAccessibilityUIElement.cpp.o: In function `WTR::JSAccessibilityUIElement::columnHeaders(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**)':
JSAccessibilityUIElement.cpp:(.text+0x260e): undefined reference to `WTR::AccessibilityUIElement::columnHeaders() const'
CMakeFiles/TestRunnerInjectedBundle.dir/__/__/DerivedSources/InjectedBundle/JSAccessibilityUIElement.cpp.o: In function `WTR::JSAccessibilityUIElement::rowHeaders(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**)':
JSAccessibilityUIElement.cpp:(.text+0x2668): undefined reference to `WTR::AccessibilityUIElement::rowHeaders() const'
CMakeFiles/TestRunnerInjectedBundle.dir/__/__/DerivedSources/InjectedBundle/JSAccessibilityUIElement.cpp.o: In function `WTR::JSAccessibilityUIElement::ariaControlsElementAtIndex(OpaqueJSContext const*, OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const* const*, OpaqueJSValue const**)':
JSAccessibilityUIElement.cpp:(.text+0x290a): undefined reference to `WTR::AccessibilityUIElement::ariaControlsElementAtIndex(unsigned int)'
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libTestRunnerInjectedBundle.so] Error 1
make[1]: *** [Tools/WebKitTestRunner/CMakeFiles/TestRunnerInjectedBundle.dir/all] Error 2
make: *** [all] Error 2
Comment 1 Ryuan Choi 2014-02-15 19:23:29 PST
Created attachment 224308 [details]
Patch
Comment 2 Ryuan Choi 2014-02-15 19:24:40 PST
Created attachment 224309 [details]
Patch
Comment 3 WebKit Commit Bot 2014-02-15 21:02:47 PST
Comment on attachment 224309 [details]
Patch

Clearing flags on attachment: 224309

Committed r164189: <http://trac.webkit.org/changeset/164189>
Comment 4 WebKit Commit Bot 2014-02-15 21:02:52 PST
All reviewed patches have been landed.  Closing bug.