diff options
Diffstat (limited to 'WebCore/plugins/PluginStream.h')
-rw-r--r-- | WebCore/plugins/PluginStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/plugins/PluginStream.h b/WebCore/plugins/PluginStream.h index f9f927e..ae69539 100644 --- a/WebCore/plugins/PluginStream.h +++ b/WebCore/plugins/PluginStream.h @@ -34,7 +34,6 @@ #include "PluginQuirkSet.h" #include "ResourceRequest.h" #include "ResourceResponse.h" -#include "StringHash.h" #include "Timer.h" #include "npruntime_internal.h" #include <wtf/HashMap.h> @@ -42,6 +41,7 @@ #include <wtf/RefCounted.h> #include <wtf/Vector.h> #include <wtf/text/CString.h> +#include <wtf/text/StringHash.h> namespace WebCore { class Frame; |