|
media/track: Replace wtf/Assertions.h macros in favor of base/logging.h macros
Replaced wtf/Assertions.h macros in favor of base/logging.h
macros in core/html/track folder.
ASSERT, ASSERT_UNUSED -> DCHECK
ASSERT_NOT_REACHED -> NOTREACHED
ASSERT_WITH_SECURITY_IMPLICATION -> SECURITY_DCHECK
BUG= 596522
Committed: https://crrev.com/63fee82a587cce7057768670d4b98a6d1660f515
Cr-Commit-Position: refs/heads/master@{#395078}
Total comments: 28
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+94 lines, -96 lines) |
Patch |
|
M |
third_party/WebKit/Source/core/html/track/AutomaticTrackSelection.cpp
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/CueTimeline.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/CueTimeline.cpp
|
View
|
1
2
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TextTrack.cpp
|
View
|
1
2
|
8 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TextTrackContainer.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TextTrackCue.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TextTrackCueList.cpp
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TextTrackList.cpp
|
View
|
1
2
|
7 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TrackEvent.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/TrackListBase.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/VideoTrackList.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/BufferedLineReader.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/BufferedLineReader.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp
|
View
|
1
2
|
19 chunks |
+23 lines, -24 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTScanner.cpp
|
View
|
1
2
|
2 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/core/html/track/vtt/VTTTokenizer.cpp
|
View
|
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Total messages: 18 (8 generated)
|