Ignore:
Timestamp:
Jan 26, 2010, 10:19:43 PM (15 years ago)
Author:
[email protected]
Message:

Build fix.

  • wtf/HashTable.h: (WTF::HashTable::checkTableConsistencyExceptSize): Remove const from a static (empty) version of this function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/HashTable.h

    r53899 r53901  
    395395        void checkTableConsistencyExceptSize() const;
    396396#else
    397         static void checkTableConsistencyExceptSize() const { }
     397        static void checkTableConsistencyExceptSize() { }
    398398#endif
    399399
Note: See TracChangeset for help on using the changeset viewer.