Bug 76368

Summary: [EFL] Build fix when using pango as font backends.
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, lucas.de.marchi, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.