| Index: third_party/WebKit/Source/bindings/core/v8/DictionaryIterator.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/DictionaryIterator.h b/third_party/WebKit/Source/bindings/core/v8/DictionaryIterator.h
|
| index 044b79a98d5fef849eed6b2fa7ef5bfec9d3b9b5..29b898c021cbe3aba0d021ae35a55f66460e13ab 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/DictionaryIterator.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/DictionaryIterator.h
|
| @@ -6,8 +6,8 @@
|
| #define DictionaryIterator_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Allocator.h"
|
| +#include <v8.h>
|
|
|
| namespace WTF {
|
|
|
|
|