Bug 139428

Summary: Fix EFL build fix since r177001
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: JavaScriptCoreAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 139416    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Gyuyoung Kim 2014-12-08 21:40:18 PST
EFL port has broken since r177001. Because EFL port treats build warning as error. This patch generated a below warning.

../../Source/JavaScriptCore/parser/Nodes.h:1104:11: error: direct base ‘JSC::ParserArenaFreeable’ inaccessible in ‘JSC::CommaNode’ due to ambiguity [-Werror]
     class CommaNode final : public ExpressionNode, public ParserArenaFreeable {
Comment 1 Gyuyoung Kim 2014-12-08 21:42:40 PST
Created attachment 242881 [details]
Patch
Comment 2 Mark Lam 2014-12-08 21:48:43 PST
Comment on attachment 242881 [details]
Patch

r=me
Comment 3 Gyuyoung Kim 2014-12-08 21:52:28 PST
Comment on attachment 242881 [details]
Patch

Clearing flags on attachment: 242881

Committed r177010: <http://trac.webkit.org/changeset/177010>
Comment 4 Gyuyoung Kim 2014-12-08 21:52:35 PST
All reviewed patches have been landed.  Closing bug.