[Webkit-unassigned] [Bug 84747] New: check-webkit-style incorrectly warns about local variables and PassRefPtr.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 24 12:18:32 PDT 2012


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

           Summary: check-webkit-style incorrectly warns about local
                    variables and PassRefPtr.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alexis.menard at openbossa.org


See https://bugs.webkit.org/show_bug.cgi?id=84734 for more context.

Prototype of the function : PassRefPtr<RenderStyle> StyleResolver::styleForDocument(Document* document, CSSFontSelector* fontSelector)

We do RefPtr<RenderStyle> documentStyle = RenderStyle::create();

but return that way : return documentStyle.release(); which is fine.

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