Author: [email protected]
Date: Fri May 15 00:54:33 2009
New Revision: 1959

Modified:
    branches/bleeding_edge/test/cctest/test-hashmap.cc

Log:
Fix compilation of test-hashmap.cc on Linux.

[email protected]
Review URL: http://codereview.chromium.org/113448

Modified: branches/bleeding_edge/test/cctest/test-hashmap.cc
==============================================================================
--- branches/bleeding_edge/test/cctest/test-hashmap.cc  (original)
+++ branches/bleeding_edge/test/cctest/test-hashmap.cc  Fri May 15 00:54:33  
2009
@@ -80,8 +80,8 @@
    }

   private:
-  HashMap map_;
    IntKeyHash hash_;
+  HashMap map_;
  };



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to