[Webkit-unassigned] [Bug 51586] New: CSSParser: m_implicitShorthand should probably be RAII

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 24 01:46:34 PST 2010


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

           Summary: CSSParser: m_implicitShorthand should probably be RAII
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: apavlov at chromium.org


m_implicitShorthand is switched to true then false manually across the code, which is highly error-prone. Most probably this switching should either go into ShorthandScope or a standalone RAII implementation.

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