Bug 116904 - [GTK] Build fix after r150837
Summary: [GTK] Build fix after r150837
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-28 19:55 PDT by Seokju Kwon
Modified: 2013-05-28 22:36 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.14 KB, patch)
2013-05-28 20:00 PDT, Seokju Kwon
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Seokju Kwon 2013-05-28 19:55:12 PDT
Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:34:28: fatal error: FileIconLoader.h: No such file or directory
Comment 1 Seokju Kwon 2013-05-28 20:00:56 PDT
Created attachment 203114 [details]
Patch
Comment 2 Seokju Kwon 2013-05-28 20:03:17 PDT
Buid break after r150837(Create a html/forms subdirectory and move FileIconLoader there)
Comment 3 Seokju Kwon 2013-05-28 21:54:42 PDT
Oops!. Description was wrong.

Build log : 
Source/WebCore/html/FileInputType.h:37:28: fatal error: FileIconLoader.h: No such file or directory
compilation terminated.
Comment 4 Ryuan Choi 2013-05-28 22:21:27 PDT
Committed r150865: <http://trac.webkit.org/changeset/150865>
Comment 5 Ryuan Choi 2013-05-28 22:22:54 PDT
Comment on attachment 203114 [details]
Patch

Clearing flags.

I reproduced same issue so landed it.
Comment 6 Seokju Kwon 2013-05-28 22:36:28 PDT
Thanks! Ryuan :-)