| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index d6d984b9743edd7c77edd975bc8e4cde885e71ca..be81d141c0b1f3fc25a1d9bdc473b2c5aabab58f 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -5211,7 +5211,7 @@ ScriptedAnimationController& Document::ensureScriptedAnimationController()
|
| return *m_scriptedAnimationController;
|
| }
|
|
|
| -int Document::requestAnimationFrame(PassOwnPtrWillBeRawPtr<RequestAnimationFrameCallback> callback)
|
| +int Document::requestAnimationFrame(RequestAnimationFrameCallback* callback)
|
| {
|
| return ensureScriptedAnimationController().registerCallback(callback);
|
| }
|
|
|