Bug 114089

Summary: [EFL] --minimal build fails with error: undefined reference to `WebCore::FrameSelection::notifyAccessibilityForSelectionChange()
Product: WebKit Reporter: Ed Bartosh <bartosh>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, mifenton, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 113660    
Attachments:
Description Flags
Patch none

Description Ed Bartosh 2013-04-06 07:51:01 PDT
./Tools/Scripts/build-webkit --efl --cmakeargs="-DSHARED_CORE=ON" --minimal fails with this error:

../../lib/libwebcore_efl.so.0.1.0: undefined reference to `WebCore::FrameSelection::notifyAccessibilityForSelectionChange()'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/EWebLauncher] Error 1
make[1]: *** [Tools/EWebLauncher/CMakeFiles/EWebLauncher.dir/all] Error 2
Comment 1 Ed Bartosh 2013-04-06 07:58:30 PDT
Created attachment 196736 [details]
Patch
Comment 2 WebKit Commit Bot 2013-04-07 09:40:03 PDT
The commit-queue encountered the following flaky tests while processing attachment 196736 [details]:

svg/batik/masking/maskRegions.svg bug 114120 (author: zimmermann@kde.org)
The commit-queue is continuing to process your patch.
Comment 3 WebKit Commit Bot 2013-04-07 09:40:54 PDT
Comment on attachment 196736 [details]
Patch

Clearing flags on attachment: 196736

Committed r147867: <http://trac.webkit.org/changeset/147867>
Comment 4 WebKit Commit Bot 2013-04-07 09:40:57 PDT
All reviewed patches have been landed.  Closing bug.