Chromium Code Reviews| Index: runtime/vm/class_finalizer.h |
| =================================================================== |
| --- runtime/vm/class_finalizer.h (revision 1677) |
| +++ runtime/vm/class_finalizer.h (working copy) |
| @@ -82,7 +82,9 @@ |
| intptr_t token_index, |
| const char* format, ...); |
| static void ReportError(const char* format, ...); |
| - static void ReportWarning(const char* format, ...); |
| + static void ReportWarning(const Script& script, |
| + intptr_t token_index, |
| + const char* format, ...); |
| }; |
| } // namespace dart |