| Index: Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| diff --git a/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| index bdfcc4262c1b594e8bd4d44f601854c4c9221d76..bd90b5e261d6d9c90fca57a1ebf3e2096fe77c74 100644
|
| --- a/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| +++ b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
|
| @@ -41,6 +41,7 @@
|
| namespace blink {
|
|
|
| class CustomElementUpgradeCandidateMap final : public CustomElementObserver {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(CustomElementUpgradeCandidateMap);
|
| WTF_MAKE_NONCOPYABLE(CustomElementUpgradeCandidateMap);
|
| public:
|
| static PassOwnPtrWillBeRawPtr<CustomElementUpgradeCandidateMap> create();
|
|
|