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

Unified Diff: Source/modules/encryptedmedia/MediaKeys.cpp

Issue 394353002: Replace tests of ASSERT_ENABLED with ENABLE(ASSERT). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/modules/encryptedmedia/MediaKeys.cpp
diff --git a/Source/modules/encryptedmedia/MediaKeys.cpp b/Source/modules/encryptedmedia/MediaKeys.cpp
index 0ec6bc5dd9aced3eab258c5d23935c761e4e7276..a4b585f43ff3bc53f349f41fe29e1372081ae222 100644
--- a/Source/modules/encryptedmedia/MediaKeys.cpp
+++ b/Source/modules/encryptedmedia/MediaKeys.cpp
@@ -45,7 +45,7 @@
#include "wtf/RefPtr.h"
#include "wtf/Uint8Array.h"
-#if ASSERT_ENABLED
+#if ENABLE(ASSERT)
namespace {
// The list of possible values for |sessionType| passed to createSession().

Powered by Google App Engine
This is Rietveld 408576698