[Webkit-unassigned] [Bug 136442] New: check-webkit-style is confused by ternary expression inside first member initializer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 1 18:08:47 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136442
Summary: check-webkit-style is confused by ternary expression
inside first member initializer
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: burg at cs.washington.edu
CC: ossy at webkit.org, llango.u-szeged at partner.samsung.com
Test case:
ProfileGenerator::ProfileGenerator(ExecState* exec, const String&, unsigned)
: m_origin(exec ? exec->lexicalGlobalObject() : nullptr)
, m_profileGroup(exec ? exec->lexicalGlobalObject()->profileGroup() : 0)
, m_foundConsoleStartParent(false)
{
}
--
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