Bug 106749 - [EFL] Unreviewed build fix after r139541
Summary: [EFL] Unreviewed build fix after r139541
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: KwangYong Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-13 18:01 PST by KwangYong Choi
Modified: 2013-01-13 20:25 PST (History)
9 users (show)

See Also:


Attachments
Patch (1.39 KB, patch)
2013-01-13 18:03 PST, KwangYong Choi
no flags Details | Formatted Diff | Diff
Patch (1.32 KB, patch)
2013-01-13 18:20 PST, KwangYong 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 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>