Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: third_party/WebKit/Source/core/css/CSSSelector.h

Issue 1474213002: [PartitionAlloc] Annotate common Blink types for heap profiling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ctti
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSSelector.h
diff --git a/third_party/WebKit/Source/core/css/CSSSelector.h b/third_party/WebKit/Source/core/css/CSSSelector.h
index 596d81fb8a0ea11cf2de0a6332294ad40707fbf4..c48da58b5b011c3e72c9927e19f8c39112792596 100644
--- a/third_party/WebKit/Source/core/css/CSSSelector.h
+++ b/third_party/WebKit/Source/core/css/CSSSelector.h
@@ -75,7 +75,7 @@ class CSSSelectorList;
// in case of selectors like [attr="value"].
//
class CORE_EXPORT CSSSelector {
- USING_FAST_MALLOC(CSSSelector);
+ USING_FAST_MALLOC_WITH_TYPE_NAME(CSSSelector, "blink::CSSSelector");
haraken 2015/11/27 00:22:28 It looks redundant to write "CSSSelector" twice in
Ruud van Asseldonk 2015/11/27 10:41:44 Actually there is! Fixed in new patchset.
public:
CSSSelector();
CSSSelector(const CSSSelector&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698