Ignore:
Timestamp:
Apr 21, 2010, 12:40:20 PM (15 years ago)
Author:
[email protected]
Message:
  • API/JSValueRef.cpp:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • runtime/Identifier.cpp:

(JSC::IdentifierTable::~IdentifierTable):
(JSC::IdentifierTable::add):

  • runtime/Identifier.h:
  • wtf/WTFThreadData.h:

(JSC::IdentifierTable::remove):
(JSC::IdentifierTable::literalTable):

  • wtf/text/StringImpl.cpp:

(WebCore::StringImpl::~StringImpl):

Reviewed by NOBODY (windows build fix).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/Identifier.h

    r58001 r58003  
    7474        friend bool operator!=(const Identifier&, const char*);
    7575   
    76         static void remove(UString::Rep*);
    77 
    7876        static bool equal(const UString::Rep*, const char*);
    7977        static bool equal(const UString::Rep*, const UChar*, unsigned length);
Note: See TracChangeset for help on using the changeset viewer.