Commit 697ea931 authored by ap@apple.com's avatar ap@apple.com

Build fix.

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



git-svn-id: svn://svn.chromium.org/blink/trunk@53901 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 43fcba7f
2010-01-26 Alexey Proskuryakov <ap@apple.com>
Build fix.
* wtf/HashTable.h: (WTF::HashTable::checkTableConsistencyExceptSize): Remove const from a
static (empty) version of this function.
2010-01-26 Alexey Proskuryakov <ap@apple.com>
Reviewed by Darin Adler.
......
......@@ -394,7 +394,7 @@ namespace WTF {
#if !ASSERT_DISABLED
void checkTableConsistencyExceptSize() const;
#else
static void checkTableConsistencyExceptSize() const { }
static void checkTableConsistencyExceptSize() { }
#endif
#if CHECK_HASHTABLE_ITERATORS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment