| Index: third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h b/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h
|
| index 4c35bddedf734f8ea29519cfb5fdff690ee487ac..fb4e51830f27e427cf49310c58ed80e5deac68b7 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h
|
| @@ -40,7 +40,7 @@ class CORE_EXPORT ContextLifecycleObserver
|
|
|
| enum Type {
|
| GenericType,
|
| - ActiveDOMObjectType,
|
| + SuspendableObjectType,
|
| };
|
|
|
| Type observerType() const { return m_observerType; }
|
|
|