summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/chromium/ChromiumDataObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/chromium/ChromiumDataObject.h')
-rw-r--r--Source/WebCore/platform/chromium/ChromiumDataObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/chromium/ChromiumDataObject.h b/Source/WebCore/platform/chromium/ChromiumDataObject.h
index 4a5e4fed4..2551c45da 100644
--- a/Source/WebCore/platform/chromium/ChromiumDataObject.h
+++ b/Source/WebCore/platform/chromium/ChromiumDataObject.h
@@ -33,7 +33,7 @@
#include "ChromiumDataObjectItem.h"
#include "Supplementable.h"
-#include <wtf/HashSet.h>
+#include <wtf/ListHashSet.h>
#include <wtf/RefPtr.h>
#include <wtf/Vector.h>
#include <wtf/text/StringHash.h>
@@ -69,7 +69,7 @@ public:
void clearData(const String& type);
void clearAllExceptFiles();
- HashSet<String> types() const;
+ ListHashSet<String> types() const;
String getData(const String& type) const;
bool setData(const String& type, const String& data);