| Index: Source/bindings/tests/results/V8TestObj.h
|
| diff --git a/Source/bindings/tests/results/V8TestObj.h b/Source/bindings/tests/results/V8TestObj.h
|
| index caf323c668f94340fc7faa671e4d8734d26904cd..689a4b2f293e48389c362dbb3216a98629e1b098 100644
|
| --- a/Source/bindings/tests/results/V8TestObj.h
|
| +++ b/Source/bindings/tests/results/V8TestObj.h
|
| @@ -25,9 +25,9 @@
|
| #include "bindings/v8/V8Binding.h"
|
| #include "bindings/v8/V8DOMWrapper.h"
|
| #include "bindings/v8/WrapperTypeInfo.h"
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/text/StringHash.h"
|
| #include <v8.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/text/StringHash.h>
|
|
|
| namespace WebCore {
|
|
|
|
|