| Index: third_party/WebKit/Source/core/dom/DocumentParser.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentParser.h b/third_party/WebKit/Source/core/dom/DocumentParser.h
|
| index 0c6a2fc130e455d7f38904eaef82ce3dc00e65dc..389a12eff058a09025201c23ba388bda16933e42 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentParser.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentParser.h
|
| @@ -104,10 +104,6 @@ class CORE_EXPORT DocumentParser
|
| return m_documentWasLoadedAsPartOfNavigation;
|
| }
|
|
|
| - // FIXME: The names are not very accurate :(
|
| - virtual void suspendScheduledTasks();
|
| - virtual void resumeScheduledTasks();
|
| -
|
| void addClient(DocumentParserClient*);
|
| void removeClient(DocumentParserClient*);
|
|
|
|
|