Ignore:
Timestamp:
Sep 10, 2015, 2:24:53 PM (10 years ago)
Author:
Yusuke Suzuki
Message:

Unreviewed, fix Windows file loading in JSC shell after r189583
https://bugs.webkit.org/show_bug.cgi?id=148917

Should load the script files with the binary mode.
Since these loading functions are only used for the simple test scripts,
we just use ftell / fseek now.

  • jsc.cpp:

(fillBufferWithContentsOfFile):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r189588 r189591  
     12015-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
    1132015-09-10  Michael Saboff  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.