Title: [231643] trunk/Source/WebCore
- Revision
- 231643
- Author
- [email protected]
- Date
- 2018-05-10 10:02:19 -0700 (Thu, 10 May 2018)
Log Message
Log missing cues correctly
https://bugs.webkit.org/show_bug.cgi?id=185499
<rdar://problem/40113821>
Reviewed by Daniel Bates.
No new tests, tested manually.
* html/track/InbandGenericTextTrack.cpp:
(WebCore::InbandGenericTextTrack::removeGenericCue): Log the cue we searched for, not
the NULL cue.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (231642 => 231643)
--- trunk/Source/WebCore/ChangeLog 2018-05-10 16:46:54 UTC (rev 231642)
+++ trunk/Source/WebCore/ChangeLog 2018-05-10 17:02:19 UTC (rev 231643)
@@ -1,3 +1,17 @@
+2018-05-10 Eric Carlson <[email protected]>
+
+ Log missing cues correctly
+ https://bugs.webkit.org/show_bug.cgi?id=185499
+ <rdar://problem/40113821>
+
+ Reviewed by Daniel Bates.
+
+ No new tests, tested manually.
+
+ * html/track/InbandGenericTextTrack.cpp:
+ (WebCore::InbandGenericTextTrack::removeGenericCue): Log the cue we searched for, not
+ the NULL cue.
+
2018-05-10 Zalan Bujtas <[email protected]>
[LFC] Implement height computation for non-replaced inflow elements.
Modified: trunk/Source/WebCore/html/track/InbandGenericTextTrack.cpp (231642 => 231643)
--- trunk/Source/WebCore/html/track/InbandGenericTextTrack.cpp 2018-05-10 16:46:54 UTC (rev 231642)
+++ trunk/Source/WebCore/html/track/InbandGenericTextTrack.cpp 2018-05-10 17:02:19 UTC (rev 231643)
@@ -156,7 +156,7 @@
DEBUG_LOG(LOGIDENTIFIER, *cue);
removeCue(*cue);
} else
- DEBUG_LOG(LOGIDENTIFIER, "UNABLE to find cue: ", *cue);
+ DEBUG_LOG(LOGIDENTIFIER, "UNABLE to find cue: ", cueData);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes