Revert "Fix a lint error."
This reverts commit f7b63f2ed5f8fea7ed9c8d5b9116bc10bfbab7b7.
This commit is contained in:
Родитель
27100ac1f5
Коммит
f4480b5d9b
|
@ -439,7 +439,7 @@ RegisteredPointer.prototype.toWireTypeAutoUpcast = function(destructors, handle)
|
|||
} else {
|
||||
fromRawType = handle.pointeeType.rawType;
|
||||
}
|
||||
if (fromRawType === this.pointeeType.rawType) {
|
||||
if (fromRawType == this.pointeeType.rawType) {
|
||||
return this.isSmartPointer ? handle.smartPointer : handle.ptr;
|
||||
}
|
||||
var ptr = ___staticPointerCast(handle.ptr, fromRawType, this.pointeeType.rawType);
|
||||
|
|
Загрузка…
Ссылка в новой задаче