Bug 101519 - [V8] Update callers to use the aligned pointer API rather than the deprecated unaligned pointer API
Summary: [V8] Update callers to use the aligned pointer API rather than the deprecated...
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: Adam Barth
URL:
Keywords:
Depends on: 101645
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-07 16:11 PST by Adam Barth
Modified: 2012-11-13 10:19 PST (History)
5 users (show)

See Also:


Attachments
Patch (21.87 KB, patch)
2012-11-07 16:12 PST, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2012-11-07 16:11:14 PST
[V8] Update callers to use the aligned pointer API rather than the deprecated unaligned pointer API
Comment 1 Adam Barth 2012-11-07 16:12:24 PST
Created attachment 172887 [details]
Patch
Comment 2 Adam Barth 2012-11-07 17:48:30 PST
@ojan: Would you be willing to rs=you this patch so that the gardener can land it whenever the V8 patch lands?  (I haven't marked it for review because it won't compile without this API being present in V8.)

See http://code.google.com/p/chromium/issues/detail?id=159674 for more context.
Comment 3 Ojan Vafai 2012-11-07 17:49:44 PST
Comment on attachment 172887 [details]
Patch

Yes. RS=me
Comment 4 Adam Barth 2012-11-07 17:52:54 PST
Thanks.
Comment 5 Adam Barth 2012-11-08 13:54:13 PST
Committed r133945: <http://trac.webkit.org/changeset/133945>
Comment 6 WebKit Review Bot 2012-11-08 14:31:45 PST
Re-opened since this is blocked by bug 101645
Comment 7 Adam Barth 2012-11-12 15:55:27 PST
Committed r134323: <http://trac.webkit.org/changeset/134323>