| Index: third_party/WebKit/Source/bindings/core/v8/IDLDictionaryBase.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/IDLDictionaryBase.h b/third_party/WebKit/Source/bindings/core/v8/IDLDictionaryBase.h
|
| index 8deb930efd5e1511a2a040cf5c2f2701f2810c86..168c307c55e12ba753573b79c95e565791f98cea 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/IDLDictionaryBase.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/IDLDictionaryBase.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Allocator.h"
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|