Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 89623bd02c131e0a8f0e14baf1df739e8c9c9fdc..80dd03aad63731c920e2957bc7fbd606f52dae35 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -1038,8 +1038,8 @@ Failure* Failure::Exception() { |
| } |
| -Failure* Failure::OutOfMemoryException() { |
| - return Construct(OUT_OF_MEMORY_EXCEPTION); |
| +Failure* Failure::OutOfMemoryException(intptr_t value) { |
| + return Construct(OUT_OF_MEMORY_EXCEPTION, value); |
| } |