Index: services/media/framework/stages/active_source_stage.cc |
diff --git a/services/media/framework/stages/active_source_stage.cc b/services/media/framework/stages/active_source_stage.cc |
index 1ae91b8bdaf6ac53fe1a831bee8e1a12e8b6d3a8..a38200e610d1d7d01be684c838a87a3d78405b7a 100644 |
--- a/services/media/framework/stages/active_source_stage.cc |
+++ b/services/media/framework/stages/active_source_stage.cc |
@@ -30,7 +30,7 @@ size_t ActiveSourceStage::input_count() const { |
Input& ActiveSourceStage::input(size_t index) { |
CHECK(false) << "input requested from source"; |
- return *(static_cast<Input*>(nullptr)); |
+ abort(); |
} |
size_t ActiveSourceStage::output_count() const { |