| Index: Source/core/inspector/InjectedScriptHost.h
|
| diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
|
| index 046fe3b9f6007e61cf6805fba1d7549e8b91ffad..b6068bffb1f1cbea6dae5d2ede39e6f618626f61 100644
|
| --- a/Source/core/inspector/InjectedScriptHost.h
|
| +++ b/Source/core/inspector/InjectedScriptHost.h
|
| @@ -32,8 +32,10 @@
|
|
|
| #include "bindings/v8/ScriptState.h"
|
| #include "bindings/v8/ScriptWrappable.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|