| 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 548fba55b5189778358df5e2bff837bae8fbb973..a792fe3827ce43ad995906383f3030ba06d2079e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -5433,12 +5433,6 @@
|
| return *(result.storedValue->value);
|
| }
|
|
|
| -AnimationClock& Document::animationClock()
|
| -{
|
| - ASSERT(page());
|
| - return page()->animator().clock();
|
| -}
|
| -
|
| Document& Document::ensureTemplateDocument()
|
| {
|
| if (isTemplateDocument())
|
|
|