Chromium Code Reviews| Index: xfa/fwl/core/fwl_error.h |
| diff --git a/xfa/fwl/core/fwl_error.h b/xfa/fwl/core/fwl_error.h |
| index e29f89e012968558bb7f3d3b11343c15c7e82a3a..1332fbbb31dcbe0553474c847489d11d34b090ff 100644 |
| --- a/xfa/fwl/core/fwl_error.h |
| +++ b/xfa/fwl/core/fwl_error.h |
| @@ -13,8 +13,7 @@ enum class FWL_Error { |
| ParameterInvalid, |
| PropertyInvalid, |
| IntermediateValueInvalid, |
| - MethodNotSupported, |
| - OutOfMemory |
| + MethodNotSupported |
| }; |
| #endif // XFA_FWL_CORE_FWL_ERROR_H_ |