Accept correct baseline (#7967)

This commit is contained in:
Yui
2016-04-08 11:30:08 -07:00
parent c621a9e0e0
commit 381c0260ff
@@ -65,6 +65,7 @@ var __extends = (this && this.__extends) || function (d, b) {
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var _this = this;
var obj = {
__proto__: {
method: function () {
@@ -87,7 +88,7 @@ var obj = {
_super.method.call(this);
},
p3: function () {
_super.method.call(this);
_super.method.call(_this);
}
};
var A = (function () {