Index: third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h |
diff --git a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h |
index f9a8e94f47f1072a9d2e5d14824c430fbb2a1f5f..42b6e6da5d95b2ae708843d47bda8fb322d80aac 100644 |
--- a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h |
+++ b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h |
@@ -46,7 +46,6 @@ public: |
void notifyStoppingActiveDOMObjects(); |
unsigned activeDOMObjectCount() const; |
- bool hasPendingActivity() const; |
protected: |
// Need a default constructor to link core and modules separately. |