Ignore:
Timestamp:
Jun 8, 2012, 2:30:35 PM (13 years ago)
Author:
[email protected]
Message:

Unreviewed roll out r119795.

This broke jquery/core.html

  • dfg/DFGSpeculativeJIT.h:

(JSC::DFG::SpeculativeJIT::emitAllocateBasicJSObject):

  • jit/JITInlineMethods.h:

(JSC::JIT::emitAllocateBasicJSObject):

  • llint/LowLevelInterpreter.asm:
  • runtime/JSGlobalData.h:

(JSGlobalData):

  • runtime/JSGlobalThis.cpp:

(JSC::JSGlobalThis::setUnwrappedObject):

  • runtime/JSObject.cpp:

(JSC::JSObject::visitChildren):
(JSC::JSObject::createInheritorID):

  • runtime/JSObject.h:

(JSObject):
(JSC::JSObject::resetInheritorID):
(JSC):
(JSC::JSObject::offsetOfInheritorID):
(JSC::JSObject::inheritorID):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSGlobalData.h

    r119795 r119865  
    3939#include "LLIntData.h"
    4040#include "NumericStrings.h"
    41 #include "PrivateName.h"
    4241#include "SmallStrings.h"
    4342#include "Strong.h"
     
    283282#endif
    284283
    285         PrivateName m_inheritorIDKey;
    286 
    287284        OwnPtr<ParserArena> parserArena;
    288285        OwnPtr<Keywords> keywords;
Note: See TracChangeset for help on using the changeset viewer.