| Index: runtime/bin/dartutils.h
|
| diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
|
| index a1068e0d0808b52f203d8e9473192ed829f76202..678f02604eb94b5889ef5fe9ed33b83b3beae942 100644
|
| --- a/runtime/bin/dartutils.h
|
| +++ b/runtime/bin/dartutils.h
|
| @@ -163,6 +163,8 @@ class CObject {
|
|
|
| // Create a new CObject array with an illegal arguments error.
|
| static CObject* IllegalArgumentError();
|
| + // Create a new CObject array with a file closed error.
|
| + static CObject* FileClosedError();
|
| // Create a new CObject array with the current OS error.
|
| static CObject* NewOSError();
|
| // Create a new CObject array with the specified OS error.
|
|
|