Bug 76368 - [EFL] Build fix when using pango as font backends.
Summary: [EFL] Build fix when using pango as font backends.
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: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-15 23:36 PST by Ryuan Choi
Modified: 2012-01-16 01:42 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.12 KB, patch)
2012-01-15 23:41 PST, Ryuan 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 Ryuan Choi 2012-01-15 23:36:46 PST
In file included from /workspace/webkit/webkit/Source/JavaScriptCore/wtf/RefPtr.h:28:0,
                 from /workspace/webkit/webkit/Source/JavaScriptCore/wtf/HashFunctions.h:24,
                 from /workspace/webkit/webkit/Source/JavaScriptCore/wtf/HashTraits.h:24,
                 from /workspace/webkit/webkit/Source/JavaScriptCore/wtf/HashTable.h:28,
                 from /workspace/webkit/webkit/Source/JavaScriptCore/wtf/HashSet.h:25,
                 from /workspace/webkit/webkit/Source/WebCore/history/BackForwardListImpl.h:32,
                 from /workspace/webkit/webkit/Source/WebKit/efl/ewk/ewk_view.cpp:25:
/workspace/webkit/webkit/Source/JavaScriptCore/wtf/PassRefPtr.h: In function ‘void WTF::derefIfNotNull(T*) [with T = _cairo]’:
/workspace/webkit/webkit/Source/JavaScriptCore/wtf/RefPtr.h:58:63:   instantiated from ‘WTF::RefPtr<T>::~RefPtr() [with T = _cairo]’
/workspace/webkit/webkit/Source/WebKit/efl/ewk/ewk_view.cpp:2564:8:   instantiated from here
/workspace/webkit/webkit/Source/JavaScriptCore/wtf/PassRefPtr.h:52:13: error: invalid use of incomplete type ‘struct _cairo’
/usr/local/include/cairo/cairo.h:120:16: error: forward declaration of ‘struct _cairo’

This is because of missing header.
Comment 1 Ryuan Choi 2012-01-15 23:41:40 PST
Created attachment 122598 [details]
Patch
Comment 2 WebKit Review Bot 2012-01-16 01:42:16 PST
Comment on attachment 122598 [details]
Patch

Clearing flags on attachment: 122598

Committed r105042: <http://trac.webkit.org/changeset/105042>
Comment 3 WebKit Review Bot 2012-01-16 01:42:22 PST
All reviewed patches have been landed.  Closing bug.