Bug 144374 - Purge PassRefPtr from createSVGPathSegFoo factory functions
Summary: Purge PassRefPtr from createSVGPathSegFoo factory functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks: 144092
  Show dependency treegraph
 
Reported: 2015-04-28 20:29 PDT by Gyuyoung Kim
Modified: 2015-04-29 01:18 PDT (History)
2 users (show)

See Also:


Attachments
Patch (42.66 KB, patch)
2015-04-28 20:30 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2015-04-28 20:29:19 PDT
Use Ref instead of PassRefPtr in createSVGPathSegFoo functions because those functions can't return null. Additionally let's remove unnecessary #include<PassRefPtr.h> there.
Comment 1 Gyuyoung Kim 2015-04-28 20:30:35 PDT
Created attachment 251918 [details]
Patch
Comment 2 WebKit Commit Bot 2015-04-29 01:18:23 PDT
Comment on attachment 251918 [details]
Patch

Clearing flags on attachment: 251918

Committed r183536: <http://trac.webkit.org/changeset/183536>
Comment 3 WebKit Commit Bot 2015-04-29 01:18:27 PDT
All reviewed patches have been landed.  Closing bug.