[Webkit-unassigned] [Bug 63920] New: Guarding header file inclusion in proper compilation flags.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 4 17:53:12 PDT 2011


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

           Summary: Guarding header file inclusion in proper compilation
                    flags.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nayankk at motorola.com


Some of the header file inclusion inside Source/WebCore/bindings/v8/ are not guarded properly with proper conditional compilation flag. 

For example, in Source/WebCore/bindings/v8/V8DOMWrapper.cpp file, "V8FileReader.h" file is included directly, whereas it should ideally get included under #if ENABLE(BLOB) flag, as V8FileReader.h gets generated only when BLOB is enabled (in file Sources/WebCore/fileapi/FileReader.idl)

These need to be fixed.

-- 
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