Bug 82950

Summary: Call decrementStatsCounter directly
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Mark Pilgrim (Google) <pilgrim>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, fishd, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 82948    
Attachments:
Description Flags
Patch
none
Patch
none
Archive of layout-test-results from ec2-cr-linux-02 none

Description Mark Pilgrim (Google) 2012-04-02 14:39:12 PDT
Call decrementStatsCounter directly
Comment 1 Mark Pilgrim (Google) 2012-04-02 14:40:03 PDT
Created attachment 135192 [details]
Patch
Comment 2 Adam Barth 2012-04-02 14:43:31 PDT
Comment on attachment 135192 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=135192&action=review

> Source/WebKit/chromium/src/PlatformSupport.cpp:-716
> -void PlatformSupport::decrementStatsCounter(const char* name)

Can you remove this function from PlatformSupport.h as well?
Comment 3 Mark Pilgrim (Google) 2012-04-02 14:50:32 PDT
Created attachment 135197 [details]
Patch
Comment 4 Mark Pilgrim (Google) 2012-04-02 14:51:17 PDT
(In reply to comment #2)
> (From update of attachment 135192 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=135192&action=review
> 
> > Source/WebKit/chromium/src/PlatformSupport.cpp:-716
> > -void PlatformSupport::decrementStatsCounter(const char* name)
> 
> Can you remove this function from PlatformSupport.h as well?

Done in latest attachment.
Comment 5 Adam Barth 2012-04-02 14:53:19 PDT
Comment on attachment 135197 [details]
Patch

Great!  It's interesting that there was only one caller and it was in the WebKit layer.
Comment 6 WebKit Review Bot 2012-04-02 16:01:14 PDT
Comment on attachment 135197 [details]
Patch

Attachment 135197 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/12311755

New failing tests:
compositing/reflections/backface-hidden-reflection.html
Comment 7 WebKit Review Bot 2012-04-02 16:01:21 PDT
Created attachment 135213 [details]
Archive of layout-test-results from ec2-cr-linux-02

The attached test failures were seen while running run-webkit-tests on the chromium-ews.
Bot: ec2-cr-linux-02  Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'>  Platform: Linux-2.6.35-28-virtual-x86_64-with-Ubuntu-10.10-maverick
Comment 8 Adam Barth 2012-04-02 17:18:06 PDT
Comment on attachment 135197 [details]
Patch

Looks like a flaky test.
Comment 9 WebKit Review Bot 2012-04-02 18:16:20 PDT
Comment on attachment 135197 [details]
Patch

Clearing flags on attachment: 135197

Committed r112970: <http://trac.webkit.org/changeset/112970>
Comment 10 WebKit Review Bot 2012-04-02 18:16:37 PDT
All reviewed patches have been landed.  Closing bug.