Bug 138280

Summary: Move std::unique_ptr to WebCore/bridge
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebCore Misc.Assignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128007    
Attachments:
Description Flags
Patch andersca: review+

Description Gyuyoung Kim 2014-11-01 07:20:34 PDT
SSIA.
Comment 1 Gyuyoung Kim 2014-11-01 07:21:42 PDT
Created attachment 240787 [details]
Patch
Comment 2 Anders Carlsson 2014-11-03 16:52:06 PST
Comment on attachment 240787 [details]
Patch

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

> Source/WebCore/ChangeLog:3
> +        Move std::unique_ptr to WebCore/bridge

I think you want this to say "Move WebCore/bridge to std::unique_ptr"?
Comment 3 Gyuyoung Kim 2014-11-03 16:56:49 PST
Committed r175496: <http://trac.webkit.org/changeset/175496>
Comment 4 Gyuyoung Kim 2014-11-03 16:57:35 PST
(In reply to comment #2)
> Comment on attachment 240787 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=240787&action=review
> 
> > Source/WebCore/ChangeLog:3
> > +        Move std::unique_ptr to WebCore/bridge
> 
> I think you want this to say "Move WebCore/bridge to std::unique_ptr"?

Thanks, Fixed.