| 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() { }
|
|
|