Title: [245937] branches/safari-607-branch/Source/_javascript_Core/dfg/DFGAbstractValue.cpp
Revision
245937
Author
[email protected]
Date
2019-05-30 17:33:40 -0700 (Thu, 30 May 2019)

Log Message

Unreviewed build fix. rdar://problem/51264850

Modified Paths


Diff

Modified: branches/safari-607-branch/Source/_javascript_Core/dfg/DFGAbstractValue.cpp (245936 => 245937)


--- branches/safari-607-branch/Source/_javascript_Core/dfg/DFGAbstractValue.cpp	2019-05-31 00:33:38 UTC (rev 245936)
+++ branches/safari-607-branch/Source/_javascript_Core/dfg/DFGAbstractValue.cpp	2019-05-31 00:33:40 UTC (rev 245937)
@@ -344,7 +344,7 @@
     if (!m_value)
         return;
 
-    if (validateTypeAcceptingBoxedInt52(m_value))
+    if (validateType(m_value))
         return;
 
     // We assume that the constant value can produce a narrower type at
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to