[Webkit-unassigned] [Bug 123454] New: SessionState.h should not include WebBackForwardList.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 11:36:54 PDT 2013


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

           Summary: SessionState.h should not include WebBackForwardList.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


WebBackForwardList is a UIProcess type, SessionState is in shared code.
Also, WebBackForwardListItemVector should be in WebBackForwardListItem.h, not WebBackForwardList.h (the vector type is used in the WebProcess, the item header is shared but the list type is in the UIProcess).

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