Changeset 117688 in webkit


Ignore:
Timestamp:
May 19, 2012 4:18:13 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Windows build broken due to changes in the http://trac.webkit.org/changeset/117646
https://bugs.webkit.org/show_bug.cgi?id=86939

The changeset 117646 changed the JSString::toBoolean signature. This
change is for fixing the windows build break.

Patch by Vivek Galatage <vivekgalatage@gmail.com> on 2012-05-19
Reviewed by Ryosuke Niwa.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r117661 r117688  
     12012-05-19  Vivek Galatage  <vivekgalatage@gmail.com>
     2
     3        Windows build broken due to changes in the http://trac.webkit.org/changeset/117646
     4        https://bugs.webkit.org/show_bug.cgi?id=86939
     5
     6        The changeset 117646 changed the JSString::toBoolean signature. This
     7        change is for fixing the windows build break.
     8
     9        Reviewed by Ryosuke Niwa.
     10
     11        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     12
    1132012-05-18  Filip Pizlo  <fpizlo@apple.com>
    214
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r117343 r117688  
    331331    ?tlsKeyCount@WTF@@YAAAJXZ
    332332    ?tlsKeys@WTF@@YAPAKXZ
    333     ?toBoolean@JSString@JSC@@QBE_NPAVExecState@2@@Z
     333    ?toBoolean@JSString@JSC@@QBE_NXZ
    334334    ?toInt32@JSC@@YAHN@Z
    335335    ?toInteger@JSValue@JSC@@QBENPAVExecState@2@@Z
Note: See TracChangeset for help on using the changeset viewer.