| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index a0891fe38a2865faaa9d51655652f5f32c9a684c..dc9f9faa7a925e9274be4954385f38444b20b0ed 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);
|
|
|
|
|