提交 5801d6d9 编写于 作者: J Johannes Rieken

undo isNearDeath change, #5117

上级 e1cbf08f
...@@ -294,7 +294,7 @@ export class ExtHostDocumentData extends MirrorModel2 { ...@@ -294,7 +294,7 @@ export class ExtHostDocumentData extends MirrorModel2 {
} }
get isDocumentReferenced(): boolean { 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 { _acceptLanguageId(newLanguageId: string): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册