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

Unified Diff: Source/wtf/HashMap.h

Issue 461413002: WIP: ~HashTableAddResult crashes in oilpan builds Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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: Source/wtf/HashMap.h
diff --git a/Source/wtf/HashMap.h b/Source/wtf/HashMap.h
index 43484084d9706cf72e4df5850f2a05b47a0395c1..ef364cf9175896b1e5f1d366be62b259bb75b3e6 100644
--- a/Source/wtf/HashMap.h
+++ b/Source/wtf/HashMap.h
@@ -154,7 +154,6 @@ namespace WTF {
void trace(typename Allocator::Visitor* visitor) { m_impl.trace(visitor); }
- private:
AddResult inlineAdd(KeyPeekInType, MappedPassInReferenceType);
HashTableType m_impl;

Powered by Google App Engine
This is Rietveld 408576698