| Index: third_party/WebKit/Source/modules/csspaint/PaintWorklet.h
 | 
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.h b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.h
 | 
| index 1bf6a6962fcebf37c282efbb62dc46efd860365f..ce46711b717c3a016cd7c899a8ba3efa78d78189 100644
 | 
| --- a/third_party/WebKit/Source/modules/csspaint/PaintWorklet.h
 | 
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintWorklet.h
 | 
| @@ -23,7 +23,7 @@ public:
 | 
|  private:
 | 
|      PaintWorklet(LocalFrame*, ExecutionContext*);
 | 
|  
 | 
| -    RefPtrWillBeMember<WorkletGlobalScope> m_paintWorkletGlobalScope;
 | 
| +    Member<WorkletGlobalScope> m_paintWorkletGlobalScope;
 | 
|  };
 | 
|  
 | 
|  } // namespace blink
 | 
| 
 |