Ignore:
Timestamp:
May 10, 2010, 12:02:34 AM (15 years ago)
Author:
[email protected]
Message:

2010-05-09 Fumitoshi Ukai <[email protected]>

Reviewed by Eric Seidel.

JavaScriptCore/wtf/MD5.h: checksum should take a reference to output.
https://bugs.webkit.org/show_bug.cgi?id=38723

  • JavaScriptCore.exp:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
  • wtf/MD5.cpp: (WTF::expectMD5): Fix for checksum change. (WTF::MD5::checksum): Take a reference to output, instead of returning the result by value, to reduce coping for performance.
  • wtf/MD5.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r58986 r59067  
    350350__ZN3WTF39initializeMainThreadToProcessMainThreadEv
    351351__ZN3WTF3MD58addBytesEPKhm
    352 __ZN3WTF3MD58checksumEv
     352__ZN3WTF3MD58checksumERNS_6VectorIhLm16EEE
    353353__ZN3WTF3MD5C1Ev
    354354__ZN3WTF5Mutex4lockEv
Note: See TracChangeset for help on using the changeset viewer.