[Webkit-unassigned] [Bug 71747] New: DateMath.cpp should not depend on JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 16:25:32 PST 2011


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

           Summary: DateMath.cpp should not depend on JavaScriptCore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrowe at apple.com
                CC: ggaren at apple.com, oliver at apple.com, abarth at webkit.org


While working on making WTF build outside of JavaScriptCore I noticed that wtf/DateMath.cpp includes several headers from JavaScriptCore, and makes use of some JavaScriptCore types such as ExecState, JSGlobalData and DSTOffsetCache. This layering violation needs to be addressed before WTF can be correctly split out of JavaScriptCore.

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