| Index: Source/core/dom/ExecutionContext.h
|
| diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h
|
| index 246f77dd2d44ba6ea4d73a126376c4549106a7f7..67aa96852d59163ef651f30f37b11a0288b55050 100644
|
| --- a/Source/core/dom/ExecutionContext.h
|
| +++ b/Source/core/dom/ExecutionContext.h
|
| @@ -125,7 +125,7 @@ public:
|
|
|
| protected:
|
|
|
| - ContextLifecycleNotifier* lifecycleNotifier();
|
| + ContextLifecycleNotifier& lifecycleNotifier();
|
|
|
| private:
|
| friend class DOMTimer; // For installNewTimeout() and removeTimeoutByID() below.
|
|
|