Ignore:
Timestamp:
Jun 25, 2008, 12:15:20 AM (17 years ago)
Author:
[email protected]
Message:

Forgot to address a review comment about better names for tracked objects, doing it now.

  • kjs/JSGlobalData.cpp: (KJS::JSGlobalData::JSGlobalData):
  • kjs/JSGlobalData.h:
  • kjs/nodes.cpp: (KJS::ParserRefCounted::ParserRefCounted): (KJS::ParserRefCounted::ref): (KJS::ParserRefCounted::deref): (KJS::ParserRefCounted::hasOneRef): (KJS::ParserRefCounted::deleteNewObjects):
File:
1 edited

Legend:

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

    r34791 r34792  
    7474
    7575        // Tracked object sets are transient, only needed when parsing.
    76         HashSet<ParserRefCounted*>* newTrackedObjects;
    77         HashCountedSet<ParserRefCounted*>* trackedObjectExtraRefCounts;
     76        HashSet<ParserRefCounted*>* newParserObjects;
     77        HashCountedSet<ParserRefCounted*>* parserObjectExtraRefCounts;
    7878
    7979        Lexer* lexer;
Note: See TracChangeset for help on using the changeset viewer.