| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
 | 
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
 | 
| index 3add8bbfa62eb537569edb4eee0701be24ac77a1..de12e93bddbc103a75f761614f8a9e0fd0ee839f 100644
 | 
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
 | 
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
 | 
| @@ -28,7 +28,7 @@ class ScriptState;
 | 
|  // via WebServiceWorkerRegistration::Handle object.
 | 
|  class ServiceWorkerRegistration final
 | 
|      : public EventTargetWithInlineData,
 | 
| -      public ActiveScriptWrappable,
 | 
| +      public ActiveScriptWrappable<ServiceWorkerRegistration>,
 | 
|        public SuspendableObject,
 | 
|        public WebServiceWorkerRegistrationProxy,
 | 
|        public Supplementable<ServiceWorkerRegistration> {
 | 
| 
 |