[Webkit-unassigned] [Bug 33082] New: Do not include Frame.h under WebCore/html/canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 31 08:36:42 PST 2009


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

           Summary: Do not include Frame.h under WebCore/html/canvas
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


I change in JavaScriptCore/runtime/Structure.h prompted a rebuild of
WebCore/html/canvas/CanvasRenderingContext2D.cpp. I found this a bit strange
and after looking into it, it turned out that this dependency can be easily
broken by not including Frame.h in
WebCore/html/canvas/CanvasRenderingContext2D.cpp (which is the only file under
WebCore/html/canvas which includes Frame.h).

Here is the ChangeSet that removed the Frame dependency but failed to remove
the Frame.h include -
http://trac.webkit.org/changeset/21749/trunk/WebCore/html/CanvasRenderingContext2D.cpp.

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