[Webkit-unassigned] [Bug 150440] New: Style checker didn't catch single-line if statement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 02:05:05 PDT 2015


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

            Bug ID: 150440
           Summary: Style checker didn't catch single-line if statement
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: lforschler at apple.com

My patch at https://bugs.webkit.org/attachment.cgi?id=263680&action=review had the following code:

    } else if (name == SVGNames::onendAttr) {
        setAttributeEventListener(eventNames().endEventEvent, name, value);
    } else
        SVGElement::parseAttribute(name, value);

I added the else if which should not have used braces, but the style bot didn't report a failure. This sounds like https://bugs.webkit.org/show_bug.cgi?id=28164 but that bug is marked as fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151022/98151f38/attachment-0001.html>


More information about the webkit-unassigned mailing list