Bug 109959

Summary: ShareableElementData should use zero-length array for storage.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, esprehn+autocc, kling, ojan.autocc, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 109974    
Bug Blocks: 109505    
Attachments:
Description Flags
Patch
andersca: review+
Patch for landing
buildbot: commit-queue-
ews pls none

Description Andreas Kling 2013-02-15 12:14:35 PST
Casting a void* around is so last-century.
Comment 1 Andreas Kling 2013-02-15 12:18:53 PST
Created attachment 188617 [details]
Patch
Comment 2 Andreas Kling 2013-02-15 12:41:52 PST
Created attachment 188621 [details]
Patch for landing
Comment 3 WebKit Review Bot 2013-02-15 13:31:57 PST
Comment on attachment 188621 [details]
Patch for landing

Clearing flags on attachment: 188621

Committed r143044: <http://trac.webkit.org/changeset/143044>
Comment 4 WebKit Review Bot 2013-02-15 13:32:01 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 WebKit Review Bot 2013-02-15 14:41:12 PST
Re-opened since this is blocked by bug 109974
Comment 6 Build Bot 2013-02-18 03:28:26 PST
Comment on attachment 188621 [details]
Patch for landing

Attachment 188621 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/16616083
Comment 7 Andreas Kling 2013-02-21 08:00:17 PST
Created attachment 189530 [details]
ews pls
Comment 8 Andreas Kling 2013-02-22 06:41:41 PST
Committed r143726: <http://trac.webkit.org/changeset/143726>