| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 696a3f2a897752505930b541a4dc930940e74ff4..4e61fe2ac79cfcba0fa2be0b9f12384f3f2c36d4 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -2418,7 +2418,7 @@ void Document::shutdown() {
|
| ->sharedWorkerRepositoryClient()
|
| ->documentDetached(this);
|
|
|
| - // FIXME: consider using ActiveDOMObject.
|
| + // FIXME: consider using SuspendableObject.
|
| if (m_scriptedAnimationController)
|
| m_scriptedAnimationController->clearDocumentPointer();
|
| m_scriptedAnimationController.clear();
|
|
|