| Index: third_party/WebKit/Source/bindings/core/v8/CustomElementBinding.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/CustomElementBinding.h b/third_party/WebKit/Source/bindings/core/v8/CustomElementBinding.h
|
| index 64a4747e2ad89fcfca83526e1be7e41383686082..cdc31380449e839b2298cb54e782b564c89e64fe 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/CustomElementBinding.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/CustomElementBinding.h
|
| @@ -32,7 +32,7 @@
|
| #define CustomElementBinding_h
|
|
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| -#include "wtf/FastAllocBase.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include <v8.h>
|
|
|
|
|