Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: Source/WebCore/dom/Document.h

Issue 8894015: Merge 102405 - Source/WebCore: Improve handling of frame removal during requestAnimationFrame cal... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};
« no previous file with comments | « LayoutTests/fast/animation/request-animation-frame-detach-element-expected.txt ('k') | Source/WebCore/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698