RESOLVED LATER 94499
[webkit-gtk 1.8.2] --enable-input-color causes build failure
https://bugs.webkit.org/show_bug.cgi?id=94499
Summary [webkit-gtk 1.8.2] --enable-input-color causes build failure
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.