Index: third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp |
diff --git a/third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp b/third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp |
index 7da4c3e89dc94148d89ffee027c836d637cddf20..278730595e0381000a407d109809c29d5fe6a3af 100644 |
--- a/third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp |
+++ b/third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp |
@@ -76,7 +76,7 @@ |
static_cast<float>(jj) / static_cast<float>(InterpolationFactor); |
m_elevations[i + jj] = HRTFElevation::createByInterpolatingSlices( |
m_elevations[i].get(), m_elevations[j].get(), x, sampleRate); |
- DCHECK(m_elevations[i + jj].get()); |
+ ASSERT(m_elevations[i + jj].get()); |
} |
} |
} |