Bug 138280 - Move std::unique_ptr to WebCore/bridge
Summary: Move std::unique_ptr to WebCore/bridge
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks: 128007
  Show dependency treegraph
 
Reported: 2014-11-01 07:20 PDT by Gyuyoung Kim
Modified: 2014-11-23 18:25 PST (History)
2 users (show)

See Also:


Attachments
Patch (7.71 KB, patch)
2014-11-01 07:21 PDT, Gyuyoung Kim
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.