| Index: third_party/WebKit/Source/core/dom/custom/CustomElementLifecycleCallbacks.h
 | 
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementLifecycleCallbacks.h b/third_party/WebKit/Source/core/dom/custom/CustomElementLifecycleCallbacks.h
 | 
| index ef2db17a37591bb5943e84b4e7d8f71c825f027c..b9b91e8afa6ebed6f97e5c512d1cb9a1d2ec608b 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementLifecycleCallbacks.h
 | 
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementLifecycleCallbacks.h
 | 
| @@ -39,7 +39,7 @@ namespace blink {
 | 
|  
 | 
|  class Element;
 | 
|  
 | 
| -class CustomElementLifecycleCallbacks : public RefCountedWillBeGarbageCollectedFinalized<CustomElementLifecycleCallbacks> {
 | 
| +class CustomElementLifecycleCallbacks : public GarbageCollectedFinalized<CustomElementLifecycleCallbacks> {
 | 
|  public:
 | 
|      virtual ~CustomElementLifecycleCallbacks() { }
 | 
|  
 | 
| 
 |