Bug 100934 - Memory instrumentation: do not report memory occupied by RenderObjects referenced from CSSImageGeneratorValue
Summary: Memory instrumentation: do not report memory occupied by RenderObjects refere...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-01 02:30 PDT by Yury Semikhatsky
Modified: 2012-11-01 04:07 PDT (History)
12 users (show)

See Also:


Attachments
Patch (1.47 KB, patch)
2012-11-01 02:32 PDT, Yury Semikhatsky
apavlov: review+
apavlov: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-11-01 02:30:14 PDT
RenderObjects are allocated in the render arena and shouldn't be reported separately.
Comment 1 Yury Semikhatsky 2012-11-01 02:32:58 PDT
Created attachment 171799 [details]
Patch
Comment 2 Alexander Pavlov (apavlov) 2012-11-01 03:10:28 PDT
Comment on attachment 171799 [details]
Patch

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

> Source/WebCore/ChangeLog:9
> +        (WTF): Skip rederenced to RenderObjects from CSSImageGeneratorValue when collecting

rederenced -> references ?
Comment 3 Yury Semikhatsky 2012-11-01 04:02:56 PDT
(In reply to comment #2)
> (From update of attachment 171799 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=171799&action=review
> 
> > Source/WebCore/ChangeLog:9
> > +        (WTF): Skip rederenced to RenderObjects from CSSImageGeneratorValue when collecting
> 
> rederenced -> references ?

Done.
Comment 4 Yury Semikhatsky 2012-11-01 04:07:20 PDT
Committed r133145: <http://trac.webkit.org/changeset/133145>