RESOLVED FIXED Bug 69672
Refactor DFG to make for use of callOperation.
https://bugs.webkit.org/show_bug.cgi?id=69672
Summary Refactor DFG to make for use of callOperation.
Gavin Barraclough
Reported 2011-10-07 14:43:20 PDT
.
Attachments
The patch (26.58 KB, patch)
2011-10-07 14:44 PDT, Gavin Barraclough
oliver: review+
Gavin Barraclough
Comment 1 2011-10-07 14:44:12 PDT
Created attachment 110219 [details] The patch
WebKit Review Bot
Comment 2 2011-10-07 14:47:20 PDT
Attachment 110219 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1 Source/JavaScriptCore/dfg/DFGOperations.h:53: DFG_OPERATION is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/dfg/DFGOperations.h:54: DFG_OPERATION is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/dfg/DFGOperations.h:55: DFG_OPERATION is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/dfg/DFGOperations.h:56: DFG_OPERATION is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 4 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Gavin Barraclough
Comment 3 2011-10-07 16:37:13 PDT
Fixed in r96988
Note You need to log in before you can comment on or make changes to this bug.