| Index: runtime/bin/dartutils.h
|
| diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
|
| index 8961204dec893eb536db74fa0d3dc98ad396ab19..a1068e0d0808b52f203d8e9473192ed829f76202 100644
|
| --- a/runtime/bin/dartutils.h
|
| +++ b/runtime/bin/dartutils.h
|
| @@ -165,6 +165,8 @@ class CObject {
|
| static CObject* IllegalArgumentError();
|
| // Create a new CObject array with the current OS error.
|
| static CObject* NewOSError();
|
| + // Create a new CObject array with the specified OS error.
|
| + static CObject* NewOSError(OSError* os_error);
|
|
|
| protected:
|
| CObject() : cobject_(NULL) {}
|
|
|