Commit c32884d3 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Fix compilation of test-hashmap.cc on Linux.

TBE=erik.corry@gmail.com
Review URL: http://codereview.chromium.org/113448

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1959 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b66c1bbb
......@@ -80,8 +80,8 @@ class IntSet {
}
private:
HashMap map_;
IntKeyHash hash_;
HashMap map_;
};
......
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