Bug 94499

Summary: [webkit-gtk 1.8.2] --enable-input-color causes build failure
Product: WebKit Reporter: Jeremy Huddleston Sequoia <jeremyhu>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED LATER    
Severity: Normal CC: mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Jeremy Huddleston Sequoia
Reported 2012-08-20 10:35:55 PDT
OS X 10.8 webkit-gtk 1.8.2 When webkit-gtk 1.8.2 is configured with --enable-input-color, the build fails at: Source/WebCore/html/ColorInputType.cpp: In member function 'virtual void WebCore::ColorInputType::createShadowSubtree()': Source/WebCore/html/ColorInputType.cpp:119: error: 'class WebCore::HTMLInputElement' has no member named 'shadowRoot' Source/WebCore/html/ColorInputType.cpp: In member function 'WebCore::HTMLElement* WebCore::ColorInputType::shadowColorSwatch() const': Source/WebCore/html/ColorInputType.cpp:188: error: 'class WebCore::HTMLInputElement' has no member named 'shadowRoot'
Attachments
Jeremy Huddleston Sequoia
Comment 1 2012-08-20 11:00:36 PDT
For more information on how MacPorts builds webkit-gtk, you can check out the Portfile here which shows all the configure options enabled: https://trac.macports.org/browser/trunk/dports/www/webkit-gtk/Portfile
Martin Robinson
Comment 2 2012-08-20 21:37:51 PDT
This isn't expected to succeed because we don't have a color input type implementation yet.
Note You need to log in before you can comment on or make changes to this bug.