| Index: Source/core/dom/ExecutionContext.h
 | 
| diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h
 | 
| index 6e3ec9b70e797094d4e3939a1d29574c5dbf2abc..f8e0ebcec980bd88d22365b7876a36d39dbd3f6d 100644
 | 
| --- a/Source/core/dom/ExecutionContext.h
 | 
| +++ b/Source/core/dom/ExecutionContext.h
 | 
| @@ -162,8 +162,6 @@ private:
 | 
|  
 | 
|      bool m_strictMixedContentCheckingEnforced;
 | 
|  
 | 
| -    OwnPtr<ContextLifecycleNotifier> m_lifecycleNotifier;
 | 
| -
 | 
|      // Counter that keeps track of how many window interaction calls are allowed
 | 
|      // for this ExecutionContext. Callers are expected to call
 | 
|      // |allowWindowInteraction()| and |consumeWindowInteraction()| in order to
 | 
| 
 |