Bug 113951

Summary: [EFL] --minimal build fails with error: `setSeamlessIFramesEnabled' is not a member of `WebCore::RuntimeEnabledFeatures'
Product: WebKit Reporter: Ed Bartosh <bartosh>
Component: WebKit EFLAssignee: Ed Bartosh <bartosh>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, kalyan.kondapally, laszlo.gombos, lucas.de.marchi, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 113660    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch none

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

/home/ed/git/wk/WebKit/Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp: In static member function `static void DumpRenderTreeSupportEfl::setSeamlessIFramesEnabled(bool)':
/home/ed/git/wk/WebKit/Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp:316:5: error: `setSeamlessIFramesEnabled' is not a member of `WebCore::RuntimeEnabledFeatures'
make[2]: *** [Source/WebKit/CMakeFiles/ewebkit.dir/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp.o] Error 1
make[1]: *** [Source/WebKit/CMakeFiles/ewebkit.dir/all] Error 2
Comment 1 Ed Bartosh 2013-04-04 13:11:21 PDT
Created attachment 196510 [details]
Patch
Comment 2 Ed Bartosh 2013-04-06 06:43:09 PDT
Created attachment 196733 [details]
Patch

Rebased. Please, review.
Comment 3 Ed Bartosh 2013-04-07 13:24:19 PDT
Created attachment 196808 [details]
Patch

Rebased again. Please review.
Comment 4 Gyuyoung Kim 2013-04-07 17:02:03 PDT
Comment on attachment 196808 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=196808&action=review

> Source/WebKit/efl/ChangeLog:8
> +        Wrapped code related to iframe seamless into #if ENABLE(IFRAME_SEAMLESS)

Missing a new line.
Comment 5 Ed Bartosh 2013-04-08 10:28:12 PDT
Created attachment 196869 [details]
Patch
Comment 6 Laszlo Gombos 2013-04-09 07:03:30 PDT
Comment on attachment 196869 [details]
Patch

ok.
Comment 7 WebKit Commit Bot 2013-04-09 07:34:23 PDT
Comment on attachment 196869 [details]
Patch

Clearing flags on attachment: 196869

Committed r148023: <http://trac.webkit.org/changeset/148023>
Comment 8 WebKit Commit Bot 2013-04-09 07:34:26 PDT
All reviewed patches have been landed.  Closing bug.