Changeset 189591 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 10, 2015, 2:24:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r189588 r189591 1 2015-09-10 Yusuke Suzuki <[email protected]> 2 3 Unreviewed, fix Windows file loading in JSC shell after r189583 4 https://bugs.webkit.org/show_bug.cgi?id=148917 5 6 Should load the script files with the binary mode. 7 Since these loading functions are only used for the simple test scripts, 8 we just use ftell / fseek now. 9 10 * jsc.cpp: 11 (fillBufferWithContentsOfFile): 12 1 13 2015-09-10 Michael Saboff <[email protected]> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.