Chromium Code Reviews| Index: Source/WebCore/dom/Document.h |
| =================================================================== |
| --- Source/WebCore/dom/Document.h (revision 102462) |
| +++ Source/WebCore/dom/Document.h (working copy) |
| @@ -1411,7 +1411,7 @@ |
| unsigned m_wheelEventHandlerCount; |
| #if ENABLE(REQUEST_ANIMATION_FRAME) |
| - OwnPtr<ScriptedAnimationController> m_scriptedAnimationController; |
| + RefPtr<ScriptedAnimationController> m_scriptedAnimationController; |
| #endif |
| }; |