Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: More fixes - things build fine at this point. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
index 383ece124c3f67e335e55ae5ec3ce76c5247ebd0..fa3d256ce152f6b3811969b12067e7e26af65f43 100644
--- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
@@ -691,6 +691,8 @@ T* findExistingTrackById(const TrackListBase<T>& trackList, const String& id) {
// one that we had in previous init segments.
if (trackList.length() == 1)
return trackList.anonymousIndexedGetter(0);
+ /* DO NOT SUBMIT - merge conflict marker.
+ * Please spell |getTrackById|, not |GetTrackById| below. */
return trackList.getTrackById(id);
}

Powered by Google App Engine
This is Rietveld 408576698