Ignore:
Timestamp:
Mar 11, 2010, 7:25:13 PM (15 years ago)
Author:
[email protected]
Message:

Rubber stamped by Oliver Hunt.

Remove nonsense comments used in development & commited in error.

JavaScriptCore:

  • runtime/UStringImpl.h:

WebCore:

  • platform/text/StringImpl.h:
File:
1 edited

Legend:

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

    r55878 r55881  
    254254    }
    255255
    256 // SYNC SYNC SYNC
    257 // SYNC SYNC SYNC
    258 // SYNC SYNC SYNC
    259 // SYNC SYNC SYNC
    260 // SYNC SYNC SYNC
    261 
    262256    unsigned hash() const { if (!m_hash) m_hash = computeHash(m_data, m_length); return m_hash; }
    263257    unsigned existingHash() const { ASSERT(m_hash); return m_hash; }
Note: See TracChangeset for help on using the changeset viewer.