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

Unified Diff: Source/core/xml/parser/XMLDocumentParser.h

Issue 1321723004: Make classes and structures in core/xml, core/input, core/imagebitmap and core/Init fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months 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 | « Source/core/xml/XPathParser.h ('k') | Source/core/xml/parser/XMLParserInput.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/parser/XMLDocumentParser.h
diff --git a/Source/core/xml/parser/XMLDocumentParser.h b/Source/core/xml/parser/XMLDocumentParser.h
index 4a1300d5ed23e2d3d188235218571ee10c86eed1..16575cbbe4209f2e06adbd4c1bd50c323a5b96b6 100644
--- a/Source/core/xml/parser/XMLDocumentParser.h
+++ b/Source/core/xml/parser/XMLDocumentParser.h
@@ -97,6 +97,7 @@ public:
static bool supportsXMLVersion(const String&);
class PendingCallback {
+ WTF_MAKE_FAST_ALLOCATED(PendingCallback);
public:
virtual ~PendingCallback() { }
virtual void call(XMLDocumentParser*) = 0;
« no previous file with comments | « Source/core/xml/XPathParser.h ('k') | Source/core/xml/parser/XMLParserInput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698