Index: Source/core/html/HTMLMediaElement.cpp |
diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp |
index 8388b864111e9f53da11de3acf520e97bd40cfb7..61863845f339df09b5b7d8e941041c95bc2a6411 100644 |
--- a/Source/core/html/HTMLMediaElement.cpp |
+++ b/Source/core/html/HTMLMediaElement.cpp |
@@ -374,7 +374,7 @@ HTMLMediaElement::~HTMLMediaElement() |
// The m_audioSourceNode is either dead already or it is dying together with |
// this HTMLMediaElement which it strongly keeps alive. |
-#if !ENABLE(OILPAN) |
+#if ENABLE(WEB_AUDIO) |
sof
2014/06/13 18:13:49
#if ENABLE(WEB_AUDIO) && !ENABLE(OILPAN)
would be
|
ASSERT(!m_audioSourceNode); |
#endif |
clearMediaPlayerAndAudioSourceProviderClientWithoutLocking(); |