| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 4037cbd70347c2502cde8ad58399cb255c5c6bc3..907fb5055b007ac696e1a1d25f722dbdac720c50 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1001,8 +1001,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
|
|
| void tasksWereSuspended() final;
|
| void tasksWereResumed() final;
|
| - void suspendScheduledTasks() final;
|
| - void resumeScheduledTasks() final;
|
| bool tasksNeedSuspension() final;
|
|
|
| void finishedParsing();
|
|
|