Bug 87967 - m_totalAllocated should be intialized in RenderArena constructor
Summary: m_totalAllocated should be intialized in RenderArena constructor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on: 85537
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-31 06:24 PDT by Yury Semikhatsky
Modified: 2012-05-31 09:53 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.43 KB, patch)
2012-05-31 06:25 PDT, Yury Semikhatsky
ojan: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ec2-cq-02 (478.68 KB, application/zip)
2012-05-31 09:47 PDT, WebKit Review Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-05-31 06:24:06 PDT
The field is never initialized.
Comment 1 Yury Semikhatsky 2012-05-31 06:25:43 PDT
Created attachment 145075 [details]
Patch
Comment 2 Ojan Vafai 2012-05-31 08:50:05 PDT
Comment on attachment 145075 [details]
Patch

Argh. Whoops! Thanks for the fix.
Comment 3 WebKit Review Bot 2012-05-31 09:47:38 PDT
Comment on attachment 145075 [details]
Patch

Rejecting attachment 145075 [details] from commit-queue.

New failing tests:
http/tests/media/media-source/video-media-source-event-attributes.html
Full output: http://queues.webkit.org/results/12868261
Comment 4 WebKit Review Bot 2012-05-31 09:47:41 PDT
Created attachment 145107 [details]
Archive of layout-test-results from ec2-cq-02

The attached test failures were seen while running run-webkit-tests on the commit-queue.
Bot: ec2-cq-02  Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'>  Platform: Linux-2.6.35-28-virtual-x86_64-with-Ubuntu-10.10-maverick
Comment 5 Yury Semikhatsky 2012-05-31 09:53:32 PDT
Committed r119114: <http://trac.webkit.org/changeset/119114>