| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 37456)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -157,10 +157,7 @@
|
|
|
| void WarnOnJSIntegralNumTypeTest(AstNode* node,
|
| const AbstractType& type) const;
|
| -
|
| - void Warning(intptr_t token_pos, const char* format, ...) const
|
| - PRINTF_ATTRIBUTE(3, 4);
|
| -
|
| + void JSWarning(intptr_t token_pos, const char* msg) const;
|
| void Bailout(const char* reason) const;
|
|
|
| intptr_t AllocateBlockId() { return ++last_used_block_id_; }
|
|
|