| Index: extensions/renderer/resources/utils.js
|
| diff --git a/extensions/renderer/resources/utils.js b/extensions/renderer/resources/utils.js
|
| index 26aa5e8ed3e4b30bae4ccde6ab0dddaad5583671..2cefb15144a16c4c20ca5aeb22402bb460d66c32 100644
|
| --- a/extensions/renderer/resources/utils.js
|
| +++ b/extensions/renderer/resources/utils.js
|
| @@ -107,8 +107,6 @@ function defineProperty(obj, key, value) {
|
| * properties and |readonly| are read-only properties.
|
| */
|
| function expose(publicClass, privateClass, exposed) {
|
| - DCHECK(!(privateClass.prototype instanceof $Object.self));
|
| -
|
| $Object.setPrototypeOf(exposed, null);
|
|
|
| // This should be called by publicClass.
|
|
|