diff options
Diffstat (limited to 'WebCore/inspector/InspectorDebuggerAgent.h')
-rw-r--r-- | WebCore/inspector/InspectorDebuggerAgent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/InspectorDebuggerAgent.h b/WebCore/inspector/InspectorDebuggerAgent.h index 5428eb2..2cfbf55 100644 --- a/WebCore/inspector/InspectorDebuggerAgent.h +++ b/WebCore/inspector/InspectorDebuggerAgent.h @@ -34,10 +34,10 @@ #include "ScriptBreakpoint.h" #include "ScriptDebugListener.h" #include "ScriptState.h" -#include "StringHash.h" #include <wtf/Forward.h> #include <wtf/HashMap.h> #include <wtf/PassOwnPtr.h> +#include <wtf/text/StringHash.h> namespace WebCore { class InjectedScriptHost; |