Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1268)

Unified Diff: src/snapshot/serializer.h

Issue 2354593002: [base] Template MatchFun in TemplateHashMapImpl (Closed)
Patch Set: Rebase after forgetting to rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/snapshot/serializer.h
diff --git a/src/snapshot/serializer.h b/src/snapshot/serializer.h
index ff2c6a979d183695d47c8cff2277f28dc4ced11b..0f87774548885073e12d8b66b598bcdfabd61a45 100644
--- a/src/snapshot/serializer.h
+++ b/src/snapshot/serializer.h
@@ -38,7 +38,7 @@ class CodeAddressMap : public CodeEventLogger {
private:
class NameMap {
public:
- NameMap() : impl_(base::HashMap::PointersMatch) {}
+ NameMap() : impl_() {}
~NameMap() {
for (base::HashMap::Entry* p = impl_.Start(); p != NULL;

Powered by Google App Engine
This is Rietveld 408576698