Bug 129668

Summary: Move Source/WebCore/html/canvas/ code to std::unique_ptr
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, esprehn+autocc, gyuyoung.kim, kondapallykalyan, roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128007    
Attachments:
Description Flags
Patch
none
Patch none

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.