Bug 75737

Summary: Add a DecayArray typetrait as a first step towards merging OwnPtr and OwnArrayPtr
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Sam Weinig 2012-01-06 13:45:20 PST
Add a DecayArray typetrait as a first step towards merging OwnPtr and OwnArrayPtr
Comment 1 Sam Weinig 2012-01-06 13:48:13 PST
Created attachment 121483 [details]
Patch
Comment 2 WebKit Review Bot 2012-01-06 13:51:41 PST
Attachment 121483 [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/TypeTraits.h:59:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Source/JavaScriptCore/wtf/TypeTraits.h:59:  More than one command on the same line  [whitespace/newline] [4]
Source/JavaScriptCore/wtf/TypeTraits.h:60:  More than one command on the same line  [whitespace/newline] [4]
Total errors found: 3 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2012-01-06 13:57:27 PST
Committed r104333: <http://trac.webkit.org/changeset/104333>