[Webkit-unassigned] [Bug 109653] New: [Refactoring] Make SelectorChecker::mode a constructor parameter.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 20:29:46 PST 2013


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

           Summary: [Refactoring] Make SelectorChecker::mode a constructor
                    parameter.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tasak at google.com
            Blocks: 89879


Since StyleResolver uses SelectorChecker as an on-stack object now, no need to use setMode(Mode) to change SelectorChecker's mode.
Instead, we can make the mode a constructor parameter.

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