Bug 115779 - Gradient::platformGradient: Vector reserveCapacity -> reserveInitialCapacity
Summary: Gradient::platformGradient: Vector reserveCapacity -> reserveInitialCapacity
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: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-08 01:06 PDT by Benjamin Poulain
Modified: 2013-05-11 00:55 PDT (History)
0 users

See Also:


Attachments
Patch (1.77 KB, patch)
2013-05-08 01:08 PDT, Benjamin Poulain
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2013-05-08 01:06:13 PDT
Gradient::platformGradient: Vector reserveCapacity -> reserveInitialCapacity
Comment 1 Benjamin Poulain 2013-05-08 01:08:25 PDT
Created attachment 201039 [details]
Patch
Comment 2 Andreas Kling 2013-05-08 04:56:27 PDT
Comment on attachment 201039 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=201039&action=review

r=me

> Source/WebCore/ChangeLog:9
> +        (WebCore::Gradient::platformGradient): Clang is surprinsingly smart at removing

Typo, surprisingly.
Comment 3 Benjamin Poulain 2013-05-11 00:55:41 PDT
Committed r149927: <http://trac.webkit.org/changeset/149927>