Bug 162378 - Make DFGSlowPathGenerator a bit more variadic
Summary: Make DFGSlowPathGenerator a bit more variadic
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-22 01:37 PDT by Sam Weinig
Modified: 2016-09-27 09:25 PDT (History)
5 users (show)

See Also:


Attachments
Patch (17.67 KB, patch)
2016-09-22 01:44 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2016-09-22 01:37:16 PDT
Make DFGSlowPathGenerator a bit more variadic
Comment 1 Sam Weinig 2016-09-22 01:44:24 PDT
Created attachment 289539 [details]
Patch
Comment 2 WebKit Commit Bot 2016-09-22 01:46:43 PDT
Attachment 289539 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/dfg/DFGSlowPathGenerator.h:171:  Wrong number of spaces before statement. (expected: 12)  [whitespace/indent] [4]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Commit Bot 2016-09-26 20:47:45 PDT
Comment on attachment 289539 [details]
Patch

Clearing flags on attachment: 289539

Committed r206411: <http://trac.webkit.org/changeset/206411>
Comment 4 WebKit Commit Bot 2016-09-26 20:47:49 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Saam Barati 2016-09-27 09:25:35 PDT
Nice!