Summary: | Clean up all uses of PassRefPtr in Modules/geolocation | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Gyuyoung Kim <gyuyoung.kim> | ||||||
Component: | New Bugs | Assignee: | 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
Gyuyoung Kim
2015-09-25 01:00:07 PDT
Created attachment 261917 [details]
Patch
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. Created attachment 262229 [details]
Patch
(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 on attachment 262229 [details] Patch Clearing flags on attachment: 262229 Committed r190391: <http://trac.webkit.org/changeset/190391> All reviewed patches have been landed. Closing bug. |