Index: Source/core/svg/animation/SMILTimeContainer.h |
diff --git a/Source/core/svg/animation/SMILTimeContainer.h b/Source/core/svg/animation/SMILTimeContainer.h |
old mode 100644 |
new mode 100755 |
index 8b4a2a65b34518917c6adfafdd690d544c835188..0aca0ad50444975296b20ef9d2e09e06662ee1d7 |
--- a/Source/core/svg/animation/SMILTimeContainer.h |
+++ b/Source/core/svg/animation/SMILTimeContainer.h |
@@ -71,7 +71,6 @@ private: |
void updateAnimations(SMILTime elapsed, bool seekToTime = false); |
void updateDocumentOrderIndexes(); |
- void sortByPriority(Vector<SVGSMILElement*>& smilElements, SMILTime elapsed); |
double lastResumeTime() const { return m_resumeTime ? m_resumeTime : m_beginTime; } |
double m_beginTime; |