| Index: third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStep.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStep.h b/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStep.h
|
| index a4d69b72cffcbef341a236b4dcf1868c378f3fd5..fc9b95ea6ddba71e7587d82e2860186a1deb6b8e 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStep.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStep.h
|
| @@ -36,8 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| -class CustomElementProcessingStep : public NoBaseWillBeGarbageCollectedFinalized<CustomElementProcessingStep> {
|
| - USING_FAST_MALLOC_WILL_BE_REMOVED(CustomElementProcessingStep);
|
| +class CustomElementProcessingStep : public GarbageCollectedFinalized<CustomElementProcessingStep> {
|
| WTF_MAKE_NONCOPYABLE(CustomElementProcessingStep);
|
| public:
|
| CustomElementProcessingStep() { }
|
|
|