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

Unified Diff: Source/wtf/HashTable.h

Issue 18228003: Remove AtomicStringImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/HashTable.h
diff --git a/Source/wtf/HashTable.h b/Source/wtf/HashTable.h
index 88615b268eeadb0d712a71494f3cacd58da84bd5..ce35b6ef2b2f55153cf4196bc927bc3e3f45252e 100644
--- a/Source/wtf/HashTable.h
+++ b/Source/wtf/HashTable.h
@@ -26,6 +26,7 @@
#include "wtf/Assertions.h"
#include "wtf/FastMalloc.h"
#include "wtf/HashTraits.h"
+#include "wtf/text/StringHash.h"
#include <string.h>
#define DUMP_HASHTABLE_STATS 0

Powered by Google App Engine
This is Rietveld 408576698