undo isNearDeath change, #5117

This commit is contained in:
Johannes Rieken 2016-04-11 10:06:07 +02:00
parent e1cbf08f39
commit 5801d6d9b0

View file

@ -294,7 +294,7 @@ export class ExtHostDocumentData extends MirrorModel2 {
}
get isDocumentReferenced(): boolean {
return this._documentRef && !weak.isNearDeath(this._documentRef) && !weak.isDead(this._documentRef) ;
return this._documentRef && !weak.isDead(this._documentRef) ;
}
_acceptLanguageId(newLanguageId: string): void {