Bug 94499
Summary: | [webkit-gtk 1.8.2] --enable-input-color causes build failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeremy Huddleston Sequoia <jeremyhu> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED LATER | ||
Severity: | Normal | CC: | mrobinson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jeremy Huddleston Sequoia
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jeremy Huddleston Sequoia
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
This isn't expected to succeed because we don't have a color input type implementation yet.