| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index d978bc567e198a61ca0a481cb2da9c8d0857ee18..03bffc4a53d0b530d4d9fff18c1de99cd44be39a 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -935,7 +935,7 @@ public:
|
|
|
| const DocumentTiming& timing() const { return m_documentTiming; }
|
|
|
| - int requestAnimationFrame(PassOwnPtrWillBeRawPtr<RequestAnimationFrameCallback>);
|
| + int requestAnimationFrame(RequestAnimationFrameCallback*);
|
| void cancelAnimationFrame(int id);
|
| void serviceScriptedAnimations(double monotonicAnimationStartTime);
|
|
|
|
|