Index: Source/core/dom/ContextLifecycleNotifier.h |
diff --git a/Source/core/dom/ContextLifecycleNotifier.h b/Source/core/dom/ContextLifecycleNotifier.h |
index 59c3860895b95fce4e67d63ca977b1f5d43f5c23..954b295aeaf433c89f14ff3ff2e3851279da6800 100644 |
--- a/Source/core/dom/ContextLifecycleNotifier.h |
+++ b/Source/core/dom/ContextLifecycleNotifier.h |
@@ -47,8 +47,8 @@ public: |
const ActiveDOMObjectSet& activeDOMObjects() const { return m_activeDOMObjects; } |
- virtual void addObserver(Observer*) OVERRIDE; |
- virtual void removeObserver(Observer*) OVERRIDE; |
+ virtual void addObserver(Observer*) override; |
+ virtual void removeObserver(Observer*) override; |
void notifyResumingActiveDOMObjects(); |
void notifySuspendingActiveDOMObjects(); |