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

Unified Diff: Source/core/html/HTMLMediaElement.cpp

Issue 333943002: Oilpan: Fix the Android build. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698