Bug 82950 - Call decrementStatsCounter directly
Summary: Call decrementStatsCounter directly
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: Mark Pilgrim (Google)
URL:
Keywords:
Depends on:
Blocks: 82948
  Show dependency treegraph
 
Reported: 2012-04-02 14:39 PDT by Mark Pilgrim (Google)
Modified: 2012-04-03 06:10 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.79 KB, patch)
2012-04-02 14:40 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff
Patch (4.14 KB, patch)
2012-04-02 14:50 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ec2-cr-linux-02 (9.97 MB, application/zip)
2012-04-02 16:01 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 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.