Bug 115339 - [EFL][CMAKE] Build break after r149259
Summary: [EFL][CMAKE] Build break after r149259
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-28 17:35 PDT by Ryuan Choi
Modified: 2013-04-28 21:13 PDT (History)
4 users (show)

See Also:


Attachments
simple approach (1.36 KB, patch)
2013-04-28 17:49 PDT, 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 2013-04-28 17:35:45 PDT
r149259 used c++11 feature in PluginProcess (https://lists.webkit.org/pipermail/webkit-dev/2013-April/024797.html)
Comment 1 Ryuan Choi 2013-04-28 17:49:19 PDT
Created attachment 199977 [details]
simple approach
Comment 2 Gyuyoung Kim 2013-04-28 21:06:58 PDT
Comment on attachment 199977 [details]
simple approach

There is no problem on Ubuntu 13.04. If there is no problem on older distribution, then please land this patch.
Comment 3 Gyuyoung Kim 2013-04-28 21:10:15 PDT
Comment on attachment 199977 [details]
simple approach

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

> ChangeLog:3
> +        [EFL][WK2] Build break after r149259

Please use [CMake] or [EFL][CMake] prefix instead.
Comment 4 Ryuan Choi 2013-04-28 21:13:15 PDT
Committed r149266: <http://trac.webkit.org/changeset/149266>
Comment 5 Ryuan Choi 2013-04-28 21:13:45 PDT
Comment on attachment 199977 [details]
simple approach

landed as gyuyoung mentioned.