Bug 149552

Summary: Clean up all uses of PassRefPtr in Modules/geolocation
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: New BugsAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 144092    
Attachments:
Description Flags
Patch
none
Patch none

Description Gyuyoung Kim 2015-09-25 01:00:07 PDT
SSIA
Comment 1 Gyuyoung Kim 2015-09-25 01:01:03 PDT
Created attachment 261917 [details]
Patch
Comment 2 Darin Adler 2015-09-30 21:19:05 PDT
Comment on attachment 261917 [details]
Patch

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

> Source/WebCore/Modules/geolocation/Geoposition.h:45
>          return Geoposition::create(m_coordinates->isolatedCopy(), m_timestamp);

Could just be create, not Geoposition::create.
Comment 3 Gyuyoung Kim 2015-09-30 21:33:23 PDT
Created attachment 262229 [details]
Patch
Comment 4 Gyuyoung Kim 2015-09-30 23:35:53 PDT
(In reply to comment #2)
> Comment on attachment 261917 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=261917&action=review
> 
> > Source/WebCore/Modules/geolocation/Geoposition.h:45
> >          return Geoposition::create(m_coordinates->isolatedCopy(), m_timestamp);
> 
> Could just be create, not Geoposition::create.

Thanks. Done.
Comment 5 WebKit Commit Bot 2015-10-01 00:23:17 PDT
Comment on attachment 262229 [details]
Patch

Clearing flags on attachment: 262229

Committed r190391: <http://trac.webkit.org/changeset/190391>
Comment 6 WebKit Commit Bot 2015-10-01 00:23:21 PDT
All reviewed patches have been landed.  Closing bug.