| Index: Source/core/dom/NthIndexCache.h
|
| diff --git a/Source/core/dom/NthIndexCache.h b/Source/core/dom/NthIndexCache.h
|
| index 8ecceb0193f6aebe7d423137cf6a48dc55d6037c..70f3e3aeff804c803ecebd04c1040c3d7d3694a7 100644
|
| --- a/Source/core/dom/NthIndexCache.h
|
| +++ b/Source/core/dom/NthIndexCache.h
|
| @@ -17,6 +17,7 @@ namespace blink {
|
| class Document;
|
|
|
| class CORE_EXPORT NthIndexData final : public NoBaseWillBeGarbageCollected<NthIndexData> {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(NthIndexData);
|
| WTF_MAKE_NONCOPYABLE(NthIndexData);
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(NthIndexData);
|
| public:
|
|
|