| Summary: | check-webkit-style is confused by ternary expression inside first member initializer | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Brian Burg <burg> | ||||||
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | commit-queue, glenn, llango.u-szeged, ossy, rnagy | ||||||
| Priority: | P2 | ||||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
Created attachment 237844 [details]
Proposed patch
Created attachment 237845 [details]
Proposed patch
Fix missing unittests.
Comment on attachment 237845 [details] Proposed patch Clearing flags on attachment: 237845 Committed r176718: <http://trac.webkit.org/changeset/176718> All reviewed patches have been landed. Closing bug. |
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) { }