Bug 149156

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

Description Gyuyoung Kim 2015-09-15 02:00:40 PDT
SSIA
Comment 1 Gyuyoung Kim 2015-09-15 02:01:18 PDT
Created attachment 261180 [details]
Patch
Comment 2 Darin Adler 2015-09-16 09:50:32 PDT
Comment on attachment 261180 [details]
Patch

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

> Source/WebCore/inspector/TimelineRecordFactory.cpp:186
> +static RefPtr<InspectorArray> createQuad(const FloatQuad& quad)

Seems like it should return a Ref, not a RefPtr.
Comment 3 Gyuyoung Kim 2015-09-16 18:56:46 PDT
Created attachment 261350 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2015-09-16 22:40:17 PDT
Comment on attachment 261350 [details]
Patch for landing

Clearing flags on attachment: 261350

Committed r189905: <http://trac.webkit.org/changeset/189905>
Comment 5 WebKit Commit Bot 2015-09-16 22:40:21 PDT
All reviewed patches have been landed.  Closing bug.