[Webkit-unassigned] [Bug 44249] New: compilation issue with JSTimeRanges when video turned off

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 04:55:47 PDT 2010


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

           Summary: compilation issue with JSTimeRanges when video turned
                    off
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zaheer.mot at gmail.com


Error in generated code
DerivedSources/WebCore/JSDOMWindow.cpp:343:26: error: JSTimeRanges.h: No such file or directory

The fix could be
a) move JSTimeRanges.* outside ENABLE_VIDEO like JSHTMLVideoElement.* which is not specific to video
b) change CodeGenerator.pm to generate the #if ENABLE(*) for implIncludes. This will impact all other headers so iam inclined towards 1.

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