Bug 74576

Summary: Add WTF::Function to wtf/Forward.h
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch aroben: review+

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>