Title: [177586] trunk/Source/WebCore
- Revision
- 177586
- Author
- [email protected]
- Date
- 2014-12-19 11:37:59 -0800 (Fri, 19 Dec 2014)
Log Message
Drop useless HTMLMediaElement::m_previousProgress member
https://bugs.webkit.org/show_bug.cgi?id=139822
Reviewed by Eric Carlson.
Drop HTMLMediaElement::m_previousProgress member and it is not used or
even initialized.
* html/HTMLMediaElement.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (177585 => 177586)
--- trunk/Source/WebCore/ChangeLog 2014-12-19 19:37:19 UTC (rev 177585)
+++ trunk/Source/WebCore/ChangeLog 2014-12-19 19:37:59 UTC (rev 177586)
@@ -1,5 +1,17 @@
2014-12-19 Chris Dumez <[email protected]>
+ Drop useless HTMLMediaElement::m_previousProgress member
+ https://bugs.webkit.org/show_bug.cgi?id=139822
+
+ Reviewed by Eric Carlson.
+
+ Drop HTMLMediaElement::m_previousProgress member and it is not used or
+ even initialized.
+
+ * html/HTMLMediaElement.h:
+
+2014-12-19 Chris Dumez <[email protected]>
+
[iOS] Log how successful the memory cache is using FeatureCounter
https://bugs.webkit.org/show_bug.cgi?id=139802
Modified: trunk/Source/WebCore/html/HTMLMediaElement.h (177585 => 177586)
--- trunk/Source/WebCore/html/HTMLMediaElement.h 2014-12-19 19:37:19 UTC (rev 177585)
+++ trunk/Source/WebCore/html/HTMLMediaElement.h 2014-12-19 19:37:59 UTC (rev 177586)
@@ -772,7 +772,6 @@
bool m_volumeInitialized;
MediaTime m_lastSeekTime;
- unsigned m_previousProgress;
double m_previousProgressTime;
// The last time a timeupdate event was sent (based on monotonic clock).
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes