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