Bug 106749

Summary: [EFL] Unreviewed build fix after r139541
Product: WebKit Reporter: KwangYong Choi <ky0.choi>
Component: WebKit EFLAssignee: KwangYong Choi <ky0.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, gyuyoung.kim, haraken, kenneth, laszlo.gombos, lucas.de.marchi, rakuco, ryuan.choi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description KwangYong Choi 2013-01-13 18:01:07 PST
../../../lib/libewebkit.so.0.1.0: undefined reference to `JSC::JSCell::methodTable() const'

Added missing #include "Operations.h"
Comment 1 KwangYong Choi 2013-01-13 18:03:53 PST
Created attachment 182497 [details]
Patch
Comment 2 KwangYong Choi 2013-01-13 18:20:33 PST
Created attachment 182498 [details]
Patch
Comment 3 Ryuan Choi 2013-01-13 20:20:40 PST
Comment on attachment 182498 [details]
Patch

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

> Source/WebKit/efl/ChangeLog:6
> +        undefined reference to `JSC::JSCell::methodTable() const'

You may have to mention Unreviewed build fix here.
Comment 4 Ryuan Choi 2013-01-13 20:25:05 PST
Committed r139581: <http://trac.webkit.org/changeset/139581>