RESOLVED FIXED 136442
check-webkit-style is confused by ternary expression inside first member initializer
https://bugs.webkit.org/show_bug.cgi?id=136442
Summary check-webkit-style is confused by ternary expression inside first member init...
Brian Burg
Reported 2014-09-01 18:08:53 PDT
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) { }
Attachments
Proposed patch (1.76 KB, patch)
2014-09-09 01:48 PDT, Nagy Renátó
no flags
Proposed patch (2.73 KB, patch)
2014-09-09 02:27 PDT, Nagy Renátó
no flags
Nagy Renátó
Comment 1 2014-09-09 01:48:22 PDT
Created attachment 237844 [details] Proposed patch
Nagy Renátó
Comment 2 2014-09-09 02:27:33 PDT
Created attachment 237845 [details] Proposed patch Fix missing unittests.
WebKit Commit Bot
Comment 3 2014-12-03 05:31:34 PST
Comment on attachment 237845 [details] Proposed patch Clearing flags on attachment: 237845 Committed r176718: <http://trac.webkit.org/changeset/176718>
WebKit Commit Bot
Comment 4 2014-12-03 05:31:38 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.