| 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 4d1d775ed400b96696dccf4d032b9772064005e7..a0fe0c801080b2e51bc4f611421a87688fd9d24f 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h
|
| @@ -46,7 +46,7 @@ class CORE_EXPORT ContextLifecycleNotifier
|
| void notifyResumingSuspendableObjects();
|
| void notifySuspendingSuspendableObjects();
|
|
|
| - unsigned activeDOMObjectCount() const;
|
| + unsigned suspendableObjectCount() const;
|
|
|
| protected:
|
| // Need a default constructor to link core and modules separately.
|
|
|