Bug 75737 - Add a DecayArray typetrait as a first step towards merging OwnPtr and OwnArrayPtr
Summary: Add a DecayArray typetrait as a first step towards merging OwnPtr and OwnArra...
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: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-06 13:45 PST by Sam Weinig
Modified: 2012-01-06 13:57 PST (History)
1 user (show)

See Also:


Attachments
Patch (5.43 KB, patch)
2012-01-06 13:48 PST, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>