Bug 91078 - InspectorFileSystemAgent.cpp have to include File.h explicitly.
Summary: InspectorFileSystemAgent.cpp have to include File.h explicitly.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 79193
  Show dependency treegraph
 
Reported: 2012-07-12 05:37 PDT by Dongwoo Joshua Im (dwim)
Modified: 2012-07-12 08:02 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.18 KB, patch)
2012-07-12 05:41 PDT, Dongwoo Joshua Im (dwim)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dongwoo Joshua Im (dwim) 2012-07-12 05:37:24 PDT
When I've tried to build with two options - ENABLE_INSPECTOR and ENABLE_FILE_SYSTEM,
I have a build break.

Source/WebCore/inspector/InspectorFileSystemAgent.cpp:524:29: error: invalid use of incomplete type ‘struct WebCore::File’

This could be solve by including the File.h.

So, IMO, InspectorFileSystemAgent.cpp have to include File.h explicitly.
Comment 1 Dongwoo Joshua Im (dwim) 2012-07-12 05:41:42 PDT
Created attachment 151922 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-12 08:01:57 PDT
Comment on attachment 151922 [details]
Patch

Clearing flags on attachment: 151922

Committed r122459: <http://trac.webkit.org/changeset/122459>
Comment 3 WebKit Review Bot 2012-07-12 08:02:02 PDT
All reviewed patches have been landed.  Closing bug.