| Index: sky/engine/core/script/dart_loader.h
|
| diff --git a/sky/engine/core/script/dart_loader.h b/sky/engine/core/script/dart_loader.h
|
| index 188ddb5fda21c65fcc9a0f70b80f8c31f0309502..f538e966b5aefaab1eb2058935194a5396388458 100644
|
| --- a/sky/engine/core/script/dart_loader.h
|
| +++ b/sky/engine/core/script/dart_loader.h
|
| @@ -55,6 +55,7 @@ class DartLoader {
|
| Dart_Handle Source(Dart_Handle library, Dart_Handle url);
|
| void DidCompleteImportJob(ImportJob* job, const Vector<uint8_t>& buffer);
|
| void DidCompleteSourceJob(SourceJob* job, const Vector<uint8_t>& buffer);
|
| + void DidFailJob(Job* job);
|
|
|
| base::WeakPtr<DartState> dart_state_;
|
| HashMap<String, Job*> pending_libraries_;
|
|
|