Bug 47043

Summary: [WML] Build fix for r68854
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: antognolli+webkit, commit-queue, leandro, lucas.de.marchi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Ryuan Choi 2010-10-01 20:29:40 PDT
WebCore/wml/WMLAElement.cpp: In member function ‘virtual void WebCore::WMLAElement::defaultEventHandler(WebCore::Event*)’:
WebCore/wml/WMLAElement.cpp:131: error: ‘stripLeadingAndTrailingHTMLSpaces’ was not declared in this scope
  CXX    WebCore/wml/libwebkitgtk_1_0_la-WMLElement.lo
make[1]: *** [WebCore/wml/libwebkitgtk_1_0_la-WMLAElement.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/workspace/webkit/WebKit'
make: *** [all] Error 2

header file was missing.
Comment 1 Ryuan Choi 2010-10-01 20:36:57 PDT
Created attachment 69564 [details]
Patch
Comment 2 WebKit Commit Bot 2010-10-04 21:59:06 PDT
Comment on attachment 69564 [details]
Patch

Clearing flags on attachment: 69564

Committed r69071: <http://trac.webkit.org/changeset/69071>
Comment 3 WebKit Commit Bot 2010-10-04 21:59:11 PDT
All reviewed patches have been landed.  Closing bug.