Bug 132807 - Do not create a temporary string to append the SVGLengt's unit
Summary: Do not create a temporary string to append the SVGLengt's unit
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: 2014-05-11 15:20 PDT by Benjamin Poulain
Modified: 2014-05-11 21:55 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.71 KB, patch)
2014-05-11 15:23 PDT, Benjamin Poulain
ggaren: 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 2014-05-11 15:20:37 PDT
Do not create a temporary string to append the SVGLengt's unit
Comment 1 Benjamin Poulain 2014-05-11 15:23:30 PDT
Created attachment 231267 [details]
Patch
Comment 2 Geoffrey Garen 2014-05-11 16:44:53 PDT
Comment on attachment 231267 [details]
Patch

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

r=me

> Source/WebCore/ChangeLog:3
> +        Do not create a temporary string to append the SVGLengt's unit

"SVGLength's"
Comment 3 Benjamin Poulain 2014-05-11 21:55:13 PDT
Committed r168607: <http://trac.webkit.org/changeset/168607>