Bug 74576 - Add WTF::Function to wtf/Forward.h
Summary: Add WTF::Function to wtf/Forward.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-14 18:15 PST by Anders Carlsson
Modified: 2011-12-15 10:05 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.84 KB, patch)
2011-12-14 18:17 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (5.80 KB, patch)
2011-12-14 18:42 PST, Anders Carlsson
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-12-14 18:15:58 PST
Add WTF::Function to wtf/Forward.h
Comment 1 Anders Carlsson 2011-12-14 18:17:59 PST
Created attachment 119356 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-14 18:20:01 PST
Attachment 119356 [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/wtf/Forward.h:27:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Early Warning System Bot 2011-12-14 18:37:29 PST
Comment on attachment 119356 [details]
Patch

Attachment 119356 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/10895053
Comment 4 Anders Carlsson 2011-12-14 18:42:19 PST
Created attachment 119358 [details]
Patch
Comment 5 WebKit Review Bot 2011-12-14 18:44:23 PST
Attachment 119358 [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/wtf/Forward.h:27:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 1 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Anders Carlsson 2011-12-15 10:05:28 PST
Committed r102953: <http://trac.webkit.org/changeset/102953>