Bug 115764

Summary: Make CanvasStyle's CMYKAValues allocated on the heap and move the pointer in the union.
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Benjamin Poulain 2013-05-07 15:16:59 PDT
Make CanvasStyle's CMYKAValues allocated on the heap and move the pointer in the union.
Comment 1 Benjamin Poulain 2013-05-07 15:18:43 PDT
Created attachment 200985 [details]
Patch
Comment 2 Andreas Kling 2013-05-07 16:48:34 PDT
Comment on attachment 200985 [details]
Patch

r=me
Comment 3 Benjamin Poulain 2013-05-07 20:17:35 PDT
Committed r149710: <http://trac.webkit.org/changeset/149710>