[Webkit-unassigned] [Bug 153133] New: [GTK] Fix build of RenderThemeGtk without VIDEO by including HTMLInputElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 09:43:05 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153133

            Bug ID: 153133
           Summary: [GTK] Fix build of RenderThemeGtk without VIDEO by
                    including HTMLInputElement
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: olivier.blin at softathome.com
                CC: bugs-noreply at webkitgtk.org, cgarcia at igalia.com,
                    mcatanzaro at igalia.com, zan at falconsigh.net

Gtk build fails when VIDEO is disabled:

WebKit/Source/WebCore/rendering/RenderThemeGtk.cpp: In member function ‘virtual bool WebCore::RenderThemeGtk::shouldHaveCapsLockIndicator(WebCore::HTMLInputElement&) const’:
WebKit/Source/WebCore/rendering/RenderThemeGtk.cpp:1045:19: error: invalid use of incomplete type ‘class WebCore::HTMLInputElement’
     return element.isPasswordField();
                   ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160115/d7b36bae/attachment.html>


More information about the webkit-unassigned mailing list