| Index: third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentLifecycle.h b/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| index f8c98d45a073d4556e0a72ee8c9d5c61667041fd..6a2d1f062b5f4a44091d1b2a095fd74c25714231 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| @@ -80,7 +80,6 @@ public:
|
| // to the style/layout/compositing states.
|
| Stopping,
|
| Stopped,
|
| - Disposed,
|
| };
|
|
|
| class Scope {
|
|
|