| Index: Source/core/dom/custom/CustomElementScheduler.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementScheduler.cpp b/Source/core/dom/custom/CustomElementScheduler.cpp
|
| index aa5a235480e7121202989acdceb4486d4589136e..6abb644a608c9b1a16fc6751b0a2a5e4bd87e6ab 100644
|
| --- a/Source/core/dom/custom/CustomElementScheduler.cpp
|
| +++ b/Source/core/dom/custom/CustomElementScheduler.cpp
|
| @@ -50,7 +50,7 @@ namespace blink {
|
| DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementScheduler)
|
|
|
| // FIXME: Consider moving the element's callback queue to ElementRareData.
|
| -typedef WillBeHeapHashMap<RawPtrWillBeMember<Element>, OwnPtrWillBeMember<CustomElementCallbackQueue> > ElementCallbackQueueMap;
|
| +typedef WillBeHeapHashMap<RawPtrWillBeMember<Element>, OwnPtrWillBeMember<CustomElementCallbackQueue>> ElementCallbackQueueMap;
|
|
|
| static ElementCallbackQueueMap& callbackQueues()
|
| {
|
|
|