Title: [224335] trunk/Source/_javascript_Core
- Revision
- 224335
- Author
- [email protected]
- Date
- 2017-11-02 09:38:38 -0700 (Thu, 02 Nov 2017)
Log Message
Unreviewed, release throw scope
https://bugs.webkit.org/show_bug.cgi?id=178726
* dfg/DFGOperations.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (224334 => 224335)
--- trunk/Source/_javascript_Core/ChangeLog 2017-11-02 16:35:40 UTC (rev 224334)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-11-02 16:38:38 UTC (rev 224335)
@@ -1,3 +1,10 @@
+2017-11-02 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, release throw scope
+ https://bugs.webkit.org/show_bug.cgi?id=178726
+
+ * dfg/DFGOperations.cpp:
+
2017-11-02 Frederic Wang <[email protected]>
Add references to bug 179167 in FIXME comments
Modified: trunk/Source/_javascript_Core/dfg/DFGOperations.cpp (224334 => 224335)
--- trunk/Source/_javascript_Core/dfg/DFGOperations.cpp 2017-11-02 16:35:40 UTC (rev 224334)
+++ trunk/Source/_javascript_Core/dfg/DFGOperations.cpp 2017-11-02 16:38:38 UTC (rev 224335)
@@ -292,6 +292,7 @@
}
}
+ scope.release();
return value.toObject(exec, globalObject);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes