Bug 80327 - Make Node::dumpStatistics() work again
Summary: Make Node::dumpStatistics() work again
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: Caio Marcelo de Oliveira Filho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 14:00 PST by Caio Marcelo de Oliveira Filho
Modified: 2012-03-07 18:22 PST (History)
0 users

See Also:


Attachments
Patch (4.40 KB, patch)
2012-03-05 14:03 PST, Caio Marcelo de Oliveira Filho
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Caio Marcelo de Oliveira Filho 2012-03-05 14:00:31 PST
Make Node::dumpStatistics() work again
Comment 1 Caio Marcelo de Oliveira Filho 2012-03-05 14:03:22 PST
Created attachment 130200 [details]
Patch
Comment 2 Ryosuke Niwa 2012-03-05 14:10:08 PST
Comment on attachment 130200 [details]
Patch

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

> Source/WebCore/dom/Node.h:48
> +// This needs to be here because Document.h also depends on it.
> +#define DUMP_NODE_STATISTICS 0

I'm sad that this will require the rebuild of the world :( There's no way around it?
Comment 3 Caio Marcelo de Oliveira Filho 2012-03-07 18:22:40 PST
Committed r110128: <http://trac.webkit.org/changeset/110128>