Bug 153133

Summary: [GTK] Fix build of RenderThemeGtk without VIDEO by including HTMLInputElement
Product: WebKit Reporter: Olivier Blin <olivier.blin>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, commit-queue, esprehn+autocc, glenn, kondapallykalyan, mcatanzaro, zan
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Olivier Blin
Reported 2016-01-15 09:43:05 PST
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(); ^
Attachments
Patch (1.55 KB, patch)
2016-01-15 09:51 PST, Olivier Blin
no flags
Patch (1.46 KB, patch)
2016-01-15 14:27 PST, Olivier Blin
no flags
Patch (1.46 KB, patch)
2016-01-15 14:29 PST, Olivier Blin
no flags
Olivier Blin
Comment 1 2016-01-15 09:51:38 PST
Michael Catanzaro
Comment 2 2016-01-15 11:51:40 PST
Comment on attachment 269062 [details] Patch Thanks. Please fix the changelog entry though; there should be the title of the bug only once, then the URL of the bug, the reviewed by line, then your description of the issue.
Olivier Blin
Comment 3 2016-01-15 14:27:23 PST
Olivier Blin
Comment 4 2016-01-15 14:29:08 PST
WebKit Commit Bot
Comment 5 2016-01-15 15:22:59 PST
Comment on attachment 269099 [details] Patch Clearing flags on attachment: 269099 Committed r195153: <http://trac.webkit.org/changeset/195153>
WebKit Commit Bot
Comment 6 2016-01-15 15:23:01 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.