Ignore:
Timestamp:
Sep 19, 2011, 2:28:06 PM (14 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r95466.
http://trac.webkit.org/changeset/95466
https://bugs.webkit.org/show_bug.cgi?id=68389

Incorrect version of the patch. (Requested by mhahnenberg on
#webkit).

Patch by Sheriff Bot <[email protected]> on 2011-09-19

  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
  • runtime/JSCell.cpp:

(JSC::JSCell::toPrimitive):

  • runtime/JSCell.h:

(JSC::JSCell::JSValue::toPrimitive):

  • runtime/JSNotAnObject.cpp:

(JSC::JSNotAnObject::toPrimitive):

  • runtime/JSNotAnObject.h:
  • runtime/JSObject.h:
  • runtime/JSString.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r95466 r95475  
     12011-09-19  Sheriff Bot  <[email protected]>
     2
     3        Unreviewed, rolling out r95466.
     4        http://trac.webkit.org/changeset/95466
     5        https://bugs.webkit.org/show_bug.cgi?id=68389
     6
     7        Incorrect version of the patch. (Requested by mhahnenberg on
     8        #webkit).
     9
     10        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     11        * runtime/JSCell.cpp:
     12        (JSC::JSCell::toPrimitive):
     13        * runtime/JSCell.h:
     14        (JSC::JSCell::JSValue::toPrimitive):
     15        * runtime/JSNotAnObject.cpp:
     16        (JSC::JSNotAnObject::toPrimitive):
     17        * runtime/JSNotAnObject.h:
     18        * runtime/JSObject.h:
     19        * runtime/JSString.h:
     20
    1212011-09-19  Mark Hahnenberg  <[email protected]>
    222
Note: See TracChangeset for help on using the changeset viewer.