Bug 48897 - [EFL] Fix build break in ewk_frame.cpp
Summary: [EFL] Fix build break in ewk_frame.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-03 00:35 PDT by Gyuyoung Kim
Modified: 2010-11-03 00:55 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.08 KB, patch)
2010-11-03 00:40 PDT, Gyuyoung Kim
commit-queue: commit-queue-
Details | Formatted Diff | Diff
Patch - Modify changelog (1.09 KB, patch)
2010-11-03 00:46 PDT, Gyuyoung Kim
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2010-11-03 00:35:12 PDT
There is build break in WebKit EFL as below.

/home/gyuyoung/webkit/WebKit-git/WebKit/efl/ewk/ewk_frame.cpp: In function ‘const char* ewk_frame_name_get(const Evas_Object*)’:
/home/gyuyoung/webkit/WebKit-git/WebKit/efl/ewk/ewk_frame.cpp:477: error: ‘class WebCore::FrameTree’ has no member named ‘name’
make[2]: *** [WebKit/CMakeFiles/ewebkit.dir/efl/ewk/ewk_frame.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [WebKit/CMakeFiles/ewebkit.dir/all] Error 2
Comment 1 Gyuyoung Kim 2010-11-03 00:40:03 PDT
Created attachment 72792 [details]
Patch
Comment 2 WebKit Commit Bot 2010-11-03 00:46:19 PDT
Comment on attachment 72792 [details]
Patch

Rejecting patch 72792 from commit-queue.

Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', 'apply-attachment', '--force-clean', '--non-interactive', 72792]" exit_code: 2
Last 500 characters of output:
om 1 bug.
Processing patch 72792 from bug 48897.
Failed to run "[u'/Projects/CommitQueue/WebKitTools/Scripts/svn-apply', u'--force']" exit_code: 1
Parsed 2 diffs from patch file(s).
patching file WebKit/efl/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file WebKit/efl/ewk/ewk_frame.cpp
Hunk #1 FAILED at 474.
1 out of 1 hunk FAILED -- saving rejects to file WebKit/efl/ewk/ewk_frame.cpp.rej

Failed to run "[u'/Projects/CommitQueue/WebKitTools/Scripts/svn-apply', u'--force']" exit_code: 1

Full output: http://queues.webkit.org/results/4998024
Comment 3 Gyuyoung Kim 2010-11-03 00:46:54 PDT
Created attachment 72793 [details]
Patch - Modify changelog
Comment 4 WebKit Commit Bot 2010-11-03 00:52:57 PDT
Comment on attachment 72793 [details]
Patch - Modify changelog

Rejecting patch 72793 from commit-queue.

Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', 'apply-attachment', '--force-clean', '--non-interactive', 72793]" exit_code: 2
Last 500 characters of output:
om 1 bug.
Processing patch 72793 from bug 48897.
Failed to run "[u'/Projects/CommitQueue/WebKitTools/Scripts/svn-apply', u'--force']" exit_code: 1
Parsed 2 diffs from patch file(s).
patching file WebKit/efl/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file WebKit/efl/ewk/ewk_frame.cpp
Hunk #1 FAILED at 474.
1 out of 1 hunk FAILED -- saving rejects to file WebKit/efl/ewk/ewk_frame.cpp.rej

Failed to run "[u'/Projects/CommitQueue/WebKitTools/Scripts/svn-apply', u'--force']" exit_code: 1

Full output: http://queues.webkit.org/results/4911021
Comment 5 Csaba Osztrogonác 2010-11-03 00:54:25 PDT
It was fixed in http://trac.webkit.org/changeset/71217
Comment 6 Gyuyoung Kim 2010-11-03 00:55:52 PDT
Ok, Thank you. :-)