| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 9f6157a9194838927cfec04abac7fc53b9a4e848..1e350a4ba5cd594c1d57daafa3cac9a57f49c23a 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -245,8 +245,8 @@ public:
|
| void resizeTo(float width, float height) const;
|
|
|
| // WebKit animation extensions
|
| - int requestAnimationFrame(PassOwnPtrWillBeRawPtr<RequestAnimationFrameCallback>);
|
| - int webkitRequestAnimationFrame(PassOwnPtrWillBeRawPtr<RequestAnimationFrameCallback>);
|
| + int requestAnimationFrame(RequestAnimationFrameCallback*);
|
| + int webkitRequestAnimationFrame(RequestAnimationFrameCallback*);
|
| void cancelAnimationFrame(int id);
|
|
|
| DOMWindowCSS& css() const;
|
|
|