| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index a75d5cddac6abdaf730c25f99cf8ec1a0b328bfa..dd1e8f12082041aa993010b7d98ac580b09e48f5 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -1253,7 +1253,7 @@ class CreateArrayComp : public TemplateComputation<1> {
|
| Value* element_type() const { return inputs_[0]; }
|
|
|
| virtual intptr_t InputCount() const;
|
| - virtual Value* InputAt(intptr_t i) const { return ElementAt(i); }
|
| + virtual Value* InputAt(intptr_t i) const;
|
|
|
| virtual void PrintOperandsTo(BufferFormatter* f) const;
|
|
|
|
|