[Webkit-unassigned] [Bug 91078] New: InspectorFileSystemAgent.cpp have to include File.h explicitly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 05:37:24 PDT 2012


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

           Summary: InspectorFileSystemAgent.cpp have to include File.h
                    explicitly.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dw.im at samsung.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list