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

Unified Diff: Source/WebCore/Modules/mediasource/MediaSourceRegistry.cpp

Issue 13674022: Remove MEDIA_SOURCE feature define. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@blink-master
Patch Set: Rebase Created 7 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: Source/WebCore/Modules/mediasource/MediaSourceRegistry.cpp
diff --git a/Source/WebCore/Modules/mediasource/MediaSourceRegistry.cpp b/Source/WebCore/Modules/mediasource/MediaSourceRegistry.cpp
index 1c6267467f45de8754ce536a3608253bc6f2a4b1..600cd8f51fea9d92816fa96037f79e7c962f569d 100644
--- a/Source/WebCore/Modules/mediasource/MediaSourceRegistry.cpp
+++ b/Source/WebCore/Modules/mediasource/MediaSourceRegistry.cpp
@@ -31,8 +31,6 @@
#include "config.h"
#include "MediaSourceRegistry.h"
-#if ENABLE(MEDIA_SOURCE)
-
#include "KURL.h"
#include "MediaSource.h"
#include <wtf/MainThread.h>
@@ -76,5 +74,3 @@ MediaSource* MediaSourceRegistry::lookupMediaSource(const String& url)
}
} // namespace WebCore
-
-#endif
« no previous file with comments | « Source/WebCore/Modules/mediasource/MediaSourceRegistry.h ('k') | Source/WebCore/Modules/mediasource/SourceBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698