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

Gyuyoung Kim
Reported 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 {
Attachments
Patch (1.35 KB, patch)
2014-12-08 21:42 PST, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2014-12-08 21:42:40 PST
Mark Lam
Comment 2 2014-12-08 21:48:43 PST
Comment on attachment 242881 [details] Patch r=me
Gyuyoung Kim
Comment 3 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>
Gyuyoung Kim
Comment 4 2014-12-08 21:52:35 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.