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

Unified Diff: Source/core/page/PageSerializer.h

Issue 1304063005: Make classes and structures in core/page 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/page/DragSession.h ('k') | Source/core/page/PrintContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PageSerializer.h
diff --git a/Source/core/page/PageSerializer.h b/Source/core/page/PageSerializer.h
index 571892f0695a936c8193d9078eb9ea1b229de5f7..402752dcc9163be3eb6a2fdbf5ae28de80965431 100644
--- a/Source/core/page/PageSerializer.h
+++ b/Source/core/page/PageSerializer.h
@@ -64,6 +64,7 @@ class CORE_EXPORT PageSerializer final {
STACK_ALLOCATED();
public:
class Delegate {
+ WTF_MAKE_FAST_ALLOCATED(Delegate);
public:
virtual ~Delegate() { }
virtual bool shouldIgnoreAttribute(const Attribute&) = 0;
« no previous file with comments | « Source/core/page/DragSession.h ('k') | Source/core/page/PrintContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698