Bug 109959 - ShareableElementData should use zero-length array for storage.
Summary: ShareableElementData should use zero-length array for storage.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on: 109974
Blocks: 109505
  Show dependency treegraph
 
Reported: 2013-02-15 12:14 PST by Andreas Kling
Modified: 2013-02-22 06:41 PST (History)
5 users (show)

See Also:


Attachments
Patch (5.13 KB, patch)
2013-02-15 12:18 PST, Andreas Kling
andersca: review+
Details | Formatted Diff | Diff
Patch for landing (5.64 KB, patch)
2013-02-15 12:41 PST, Andreas Kling
buildbot: commit-queue-
Details | Formatted Diff | Diff
ews pls (6.31 KB, patch)
2013-02-21 08:00 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

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