Bug 120964 - Get rid of PassOwnArrayPtr
Summary: Get rid of PassOwnArrayPtr
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: 2013-09-07 13:30 PDT by Anders Carlsson
Modified: 2013-09-07 15:15 PDT (History)
13 users (show)

See Also:


Attachments
Patch (30.17 KB, patch)
2013-09-07 13:33 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (33.20 KB, patch)
2013-09-07 13:46 PDT, Anders Carlsson
kling: 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 2013-09-07 13:30:29 PDT
Get rid of PassOwnArrayPtr
Comment 1 Anders Carlsson 2013-09-07 13:33:02 PDT
Created attachment 210919 [details]
Patch
Comment 2 Anders Carlsson 2013-09-07 13:46:43 PDT
Created attachment 210922 [details]
Patch
Comment 3 WebKit Commit Bot 2013-09-07 14:34:03 PDT
Attachment 210922 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp', u'Source/JavaScriptCore/runtime/SymbolTable.h', u'Source/WTF/ChangeLog', u'Source/WTF/GNUmakefile.list.am', u'Source/WTF/WTF.pro', u'Source/WTF/WTF.vcxproj/WTF.vcxproj', u'Source/WTF/WTF.vcxproj/WTF.vcxproj.filters', u'Source/WTF/WTF.xcodeproj/project.pbxproj', u'Source/WTF/wtf/Assertions.cpp', u'Source/WTF/wtf/CMakeLists.txt', u'Source/WTF/wtf/DateMath.h', u'Source/WTF/wtf/FastBitVector.h', u'Source/WTF/wtf/Forward.h', u'Source/WTF/wtf/OwnArrayPtr.h', u'Source/WTF/wtf/PassOwnArrayPtr.h', u'Source/WebCore/ChangeLog', u'Source/WebCore/html/canvas/WebGLRenderingContext.cpp', u'Source/WebCore/platform/Length.cpp', u'Source/WebCore/platform/Length.h', u'Source/WebCore/platform/audio/FFTFrame.h', u'Source/WebCore/platform/graphics/GraphicsContext3D.cpp', u'Source/WebCore/platform/graphics/GraphicsContext3D.h', u'Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp', u'Source/WebCore/platform/graphics/wince/SharedBitmap.cpp', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/Shared/ImmutableArray.h', u'Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp', u'Tools/TestWebKitAPI/PlatformUtilities.cpp', u'Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp', u'Tools/WebKitTestRunner/StringFunctions.h', u'Tools/WebKitTestRunner/TestInvocation.cpp', u'Tools/WebKitTestRunner/efl/EventSenderProxyEfl.cpp', u'Tools/WebKitTestRunner/gtk/EventSenderProxyGtk.cpp']" exit_code: 1
Source/WTF/wtf/OwnArrayPtr.h:39:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/OwnArrayPtr.h:61:  Missing spaces around &&  [whitespace/operators] [3]
Total errors found: 2 in 10 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Anders Carlsson 2013-09-07 15:15:15 PDT
Committed r155262: <http://trac.webkit.org/changeset/155262>