Chromium Code Reviews| Index: Source/core/dom/ExecutionContext.h |
| diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
| index c93492dbf87c6e9b36290cb54605142c50bac78e..03bc36fd2ef7723d9fb6a094cae99a4a45d4521a 100644 |
| --- a/Source/core/dom/ExecutionContext.h |
| +++ b/Source/core/dom/ExecutionContext.h |
| @@ -125,7 +125,7 @@ public: |
| virtual EventQueue* eventQueue() const = 0; |
| protected: |
| - |
| + void deleteLifecycleNotifier(); |
| ContextLifecycleNotifier& lifecycleNotifier(); |
| private: |