Changeset 431 for trunk/WebCore/dom/Document.cpp
- Timestamp:
- 08/06/08 13:29:36 (5 months ago)
- Files:
-
- trunk/WebCore/dom/Document.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/dom/Document.cpp
r427 r431 25 25 #include "Document.h" 26 26 27 #include "AnimationController.h" 27 28 #include "AXObjectCache.h" 28 29 #include "CDATASection.h" … … 1163 1164 if (hasChangedChild()) 1164 1165 recalcStyle(NoChange); 1166 1167 // tell the animation controller that the style is available and it can start animations 1168 if (m_frame) 1169 m_frame->animation()->styleAvailable(); 1165 1170 } 1166 1171
