Bug 129668 - Move Source/WebCore/html/canvas/ code to std::unique_ptr
Summary: Move Source/WebCore/html/canvas/ code to std::unique_ptr
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks: 128007
  Show dependency treegraph
 
Reported: 2014-03-04 01:17 PST by Zan Dobersek
Modified: 2014-03-06 01:09 PST (History)
6 users (show)

See Also:


Attachments
Patch (47.22 KB, patch)
2014-03-04 01:19 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff
Patch (47.21 KB, patch)
2014-03-04 01:39 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2014-03-04 01:17:25 PST
Move Source/WebCore/html/canvas/ code to std::unique_ptr
Comment 1 Zan Dobersek 2014-03-04 01:19:02 PST
Created attachment 225752 [details]
Patch
Comment 2 Zan Dobersek 2014-03-04 01:39:55 PST
Created attachment 225759 [details]
Patch
Comment 3 Anders Carlsson 2014-03-05 07:23:15 PST
Comment on attachment 225759 [details]
Patch

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

> Source/WebCore/html/canvas/OESVertexArrayObject.h:41
> +    OESVertexArrayObject(WebGLRenderingContext*);

This should be explicit.
Comment 4 Zan Dobersek 2014-03-06 01:09:18 PST
Comment on attachment 225759 [details]
Patch

Clearing flags on attachment: 225759

Committed r165179: <http://trac.webkit.org/changeset/165179>
Comment 5 Zan Dobersek 2014-03-06 01:09:25 PST
All reviewed patches have been landed.  Closing bug.