https://bugs.webkit.org/show_bug.cgi?id=150562
Not reviewed.
* js/regress/script-tests/ftl-object-sub.js:
- Removed a debugging print() that was accidentally left in.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@191695
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-10-28 Mark Lam <mark.lam@apple.com>
+
+ Update FTL to support UntypedUse operands for op_sub.
+ https://bugs.webkit.org/show_bug.cgi?id=150562
+
+ Not reviewed.
+
+ * js/regress/script-tests/ftl-object-sub.js:
+ - Removed a debugging print() that was accidentally left in.
+
2015-10-28 Chris Dumez <cdumez@apple.com>
Assertion failure in WebCore::FrameLoader::stopLoading() running fast/events tests
o2.i = i;
result += foo(o1, o2);
}
-print(result);
if (result != 2000020)
throw "Bad result: " + result;