Bug 144374

Summary: Purge PassRefPtr from createSVGPathSegFoo factory functions
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: SVGAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 144092    
Attachments:
Description Flags
Patch none

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.