Bug 87967

Summary: m_totalAllocated should be intialized in RenderArena constructor
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: WebCore Misc.Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, loislo, ojan, pfeldman, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 85537    
Bug Blocks:    
Attachments:
Description Flags
Patch
ojan: review+, webkit.review.bot: commit-queue-
Archive of layout-test-results from ec2-cq-02 none

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>