Reviewers: Erik Corry, Description: Fix compilation of test-hashmap.cc on Linux.
[email protected] Please review this at http://codereview.chromium.org/113448 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/cctest/test-hashmap.cc Index: test/cctest/test-hashmap.cc =================================================================== --- test/cctest/test-hashmap.cc (revision 1958) +++ test/cctest/test-hashmap.cc (working copy) @@ -80,8 +80,8 @@ } private: + IntKeyHash hash_; HashMap map_; - IntKeyHash hash_; }; --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
