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