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

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

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.h
diff --git a/Source/WebCore/Modules/mediasource/MediaSourceRegistry.h b/Source/WebCore/Modules/mediasource/MediaSourceRegistry.h
index 96da6b347c70c511cb468fed2172729716675374..09181c8bc73e004e67a34cc3cee1398c5d4ffe53 100644
--- a/Source/WebCore/Modules/mediasource/MediaSourceRegistry.h
+++ b/Source/WebCore/Modules/mediasource/MediaSourceRegistry.h
@@ -31,8 +31,6 @@
#ifndef MediaSourceRegistry_h
#define MediaSourceRegistry_h
-#if ENABLE(MEDIA_SOURCE)
-
#include <wtf/HashMap.h>
#include <wtf/PassRefPtr.h>
#include <wtf/text/StringHash.h>
@@ -60,4 +58,3 @@ private:
} // namespace WebCore
#endif
-#endif
« no previous file with comments | « Source/WebCore/Modules/mediasource/MediaSource.idl ('k') | Source/WebCore/Modules/mediasource/MediaSourceRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698