diff --git a/src/lib/es5.d.ts b/src/lib/es5.d.ts index f7b13900ab7..2a6a4af5fec 100644 --- a/src/lib/es5.d.ts +++ b/src/lib/es5.d.ts @@ -203,12 +203,6 @@ interface ObjectConstructor { */ freeze(f: T): T; - /** - * Prevents the modification of existing property attributes and values, and prevents the addition of new properties. - * @param o Object on which to lock the attributes. - */ - freeze(o: T): Readonly; - /** * Prevents the modification of existing property attributes and values, and prevents the addition of new properties. * @param o Object on which to lock the attributes.