| Index: runtime/vm/kernel_binary_flowgraph.h
|
| diff --git a/runtime/vm/kernel_binary_flowgraph.h b/runtime/vm/kernel_binary_flowgraph.h
|
| index 6b8c707c7a965b702fb75464ce55e4beeaa4244b..0a22157227f6dc6e11581a2a75835b982c80a40f 100644
|
| --- a/runtime/vm/kernel_binary_flowgraph.h
|
| +++ b/runtime/vm/kernel_binary_flowgraph.h
|
| @@ -364,7 +364,7 @@ class StreamingFlowGraphBuilder {
|
| intptr_t SourceTableSize();
|
| String& SourceTableUriFor(intptr_t index);
|
| String& GetSourceFor(intptr_t index);
|
| - Array& GetLineStartsFor(intptr_t index);
|
| + TypedData& GetLineStartsFor(intptr_t index);
|
|
|
| private:
|
| void DiscoverEnclosingElements(Zone* zone,
|
|
|