Title: [234160] trunk/Source/_javascript_Core
- Revision
- 234160
- Author
- [email protected]
- Date
- 2018-07-24 12:02:03 -0700 (Tue, 24 Jul 2018)
Log Message
Placate exception check verification after recent changes.
https://bugs.webkit.org/show_bug.cgi?id=187961
<rdar://problem/42545394>
Reviewed by Saam Barati.
* runtime/IntlObject.cpp:
(JSC::intlNumberOption):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (234159 => 234160)
--- trunk/Source/_javascript_Core/ChangeLog 2018-07-24 18:48:25 UTC (rev 234159)
+++ trunk/Source/_javascript_Core/ChangeLog 2018-07-24 19:02:03 UTC (rev 234160)
@@ -1,3 +1,14 @@
+2018-07-24 Mark Lam <[email protected]>
+
+ Placate exception check verification after recent changes.
+ https://bugs.webkit.org/show_bug.cgi?id=187961
+ <rdar://problem/42545394>
+
+ Reviewed by Saam Barati.
+
+ * runtime/IntlObject.cpp:
+ (JSC::intlNumberOption):
+
2018-07-23 Saam Barati <[email protected]>
need to didFoldClobberWorld when we constant fold GetByVal
Modified: trunk/Source/_javascript_Core/runtime/IntlObject.cpp (234159 => 234160)
--- trunk/Source/_javascript_Core/runtime/IntlObject.cpp 2018-07-24 18:48:25 UTC (rev 234159)
+++ trunk/Source/_javascript_Core/runtime/IntlObject.cpp 2018-07-24 19:02:03 UTC (rev 234160)
@@ -202,6 +202,7 @@
JSValue value = opts->get(&state, property);
RETURN_IF_EXCEPTION(scope, 0);
+ scope.release();
return intlDefaultNumberOption(state, value, property, minimum, maximum, fallback);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes