Bug 115339

Summary: [EFL][CMAKE] Build break after r149259
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, lucas.de.marchi, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
simple approach none

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.