Changeset 202099 in webkit
- Timestamp:
- Jun 15, 2016, 12:30:23 PM (9 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r202098 r202099 1 2016-06-15 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed GCC build fix after r202098. 4 5 * bytecode/CodeBlock.cpp: 6 (JSC::CodeBlock::thresholdForJIT): 7 1 8 2016-06-14 Geoffrey Garen <ggaren@apple.com> 2 9 -
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r202098 r202099 4449 4449 return threshold / 2; 4450 4450 } 4451 ASSERT_NOT_REACHED(); 4452 return threshold; 4451 4453 } 4452 4454
Note:
See TracChangeset
for help on using the changeset viewer.