Index: webrtc/libjingle/xmpp/xmpptask.cc |
diff --git a/webrtc/libjingle/xmpp/xmpptask.cc b/webrtc/libjingle/xmpp/xmpptask.cc |
index 09067058ae17ba37411f62651d9d8af8783dd2f2..84f9ba6b920b76da1716e21a62af58fb489902dd 100644 |
--- a/webrtc/libjingle/xmpp/xmpptask.cc |
+++ b/webrtc/libjingle/xmpp/xmpptask.cc |
@@ -24,7 +24,7 @@ XmppClientInterface::~XmppClientInterface() { |
XmppTask::XmppTask(XmppTaskParentInterface* parent, |
XmppEngine::HandlerLevel level) |
: XmppTaskBase(parent), stopped_(false) { |
-#ifdef _DEBUG |
+#if !defined(NDEBUG) |
debug_force_timeout_ = false; |
#endif |
@@ -70,7 +70,7 @@ void XmppTask::OnDisconnect() { |
} |
void XmppTask::QueueStanza(const XmlElement* stanza) { |
-#ifdef _DEBUG |
+#if !defined(NDEBUG) |
if (debug_force_timeout_) |
return; |
#endif |