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

Unified Diff: Source/core/dom/SpaceSplitString.h

Issue 1304043002: Make classes and structures in core/dom 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/dom/ScriptLoader.h ('k') | Source/core/dom/StyleChangeReason.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/SpaceSplitString.h
diff --git a/Source/core/dom/SpaceSplitString.h b/Source/core/dom/SpaceSplitString.h
index 7763c0ff7b8751acb3fe41148e5f00f95a4dd89e..c2127e912aef490caf104d480e72385ec69688e8 100644
--- a/Source/core/dom/SpaceSplitString.h
+++ b/Source/core/dom/SpaceSplitString.h
@@ -21,6 +21,7 @@
#ifndef SpaceSplitString_h
#define SpaceSplitString_h
+#include "wtf/Allocator.h"
#include "wtf/RefCounted.h"
#include "wtf/Vector.h"
#include "wtf/text/AtomicString.h"
@@ -28,6 +29,7 @@
namespace blink {
class SpaceSplitString {
+ WTF_MAKE_FAST_ALLOCATED(SpaceSplitString);
public:
enum CaseFolding { ShouldNotFoldCase, ShouldFoldCase };
SpaceSplitString() { }
« no previous file with comments | « Source/core/dom/ScriptLoader.h ('k') | Source/core/dom/StyleChangeReason.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698