Changeset 245937 in webkit
- Timestamp:
- May 30, 2019, 5:33:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-607-branch/Source/JavaScriptCore/dfg/DFGAbstractValue.cpp
r245919 r245937 345 345 return; 346 346 347 if (validateType AcceptingBoxedInt52(m_value))347 if (validateType(m_value)) 348 348 return; 349 349
Note:
See TracChangeset
for help on using the changeset viewer.