| Index: Source/core/dom/DocumentOrderedMap.h
|
| diff --git a/Source/core/dom/DocumentOrderedMap.h b/Source/core/dom/DocumentOrderedMap.h
|
| index f1e80873826ed3b1dd3360e5db145a506c06ad2d..9189bfe7e10a8327ffe8ea623b0878dbaba1ca45 100644
|
| --- a/Source/core/dom/DocumentOrderedMap.h
|
| +++ b/Source/core/dom/DocumentOrderedMap.h
|
| @@ -32,6 +32,7 @@
|
| #define DocumentOrderedMap_h
|
|
|
| #include "platform/heap/Handle.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/text/AtomicString.h"
|
| @@ -44,6 +45,7 @@ class Element;
|
| class TreeScope;
|
|
|
| class DocumentOrderedMap : public NoBaseWillBeGarbageCollected<DocumentOrderedMap> {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DocumentOrderedMap);
|
| public:
|
| static PassOwnPtrWillBeRawPtr<DocumentOrderedMap> create();
|
| void add(const AtomicString&, Element*);
|
|
|