Ignore:
Timestamp:
Sep 15, 2008, 8:46:58 PM (17 years ago)
Author:
[email protected]
Message:

2008-09-15 Sam Weinig <[email protected]>

Roll out r36462. It broke document.all.

  • VM/CTI.cpp: (JSC::CTI::privateCompileMainPass): (JSC::CTI::privateCompileSlowCases):
  • VM/CTI.h:
  • VM/Machine.cpp: (JSC::Machine::Machine): (JSC::Machine::cti_op_eq_null): (JSC::Machine::cti_op_neq_null):
  • VM/Machine.h: (JSC::Machine::isJSString):
  • kjs/JSCell.h:
  • kjs/JSWrapperObject.h:
  • kjs/StringObject.h:
  • kjs/StringObjectThatMasqueradesAsUndefined.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/StringObjectThatMasqueradesAsUndefined.h

    r36462 r36475  
    3030    class StringObjectThatMasqueradesAsUndefined : public StringObject {
    3131    public:
    32         StringObjectThatMasqueradesAsUndefined(VPtrStealingHackType type)
    33             : StringObject(type)
    34         {
    35         }
    3632        StringObjectThatMasqueradesAsUndefined(ExecState* exec, JSObject* prototype, const UString& string)
    3733            : StringObject(exec, prototype, string)
Note: See TracChangeset for help on using the changeset viewer.