| Index: webrtc/base/taskparent.h
|
| diff --git a/webrtc/base/taskparent.h b/webrtc/base/taskparent.h
|
| index 1d39bae4fa5d3942c589a20122ec3fce72ccf662..00211645ef9e7f4ba60ef562673e542f883ec187 100644
|
| --- a/webrtc/base/taskparent.h
|
| +++ b/webrtc/base/taskparent.h
|
| @@ -14,6 +14,7 @@
|
| #include <memory>
|
| #include <set>
|
|
|
| +#include "webrtc/base/checks.h"
|
| #include "webrtc/base/constructormagic.h"
|
|
|
| namespace rtc {
|
| @@ -32,7 +33,7 @@ class TaskParent {
|
|
|
| bool AllChildrenDone();
|
| bool AnyChildError();
|
| -#if !defined(NDEBUG)
|
| +#if RTC_DCHECK_IS_ON
|
| bool IsChildTask(Task *task);
|
| #endif
|
|
|
|
|