| Index: third_party/WebKit/Source/platform/bindings/V0CustomElementBinding.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h b/third_party/WebKit/Source/platform/bindings/V0CustomElementBinding.h
|
| similarity index 94%
|
| copy from third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h
|
| copy to third_party/WebKit/Source/platform/bindings/V0CustomElementBinding.h
|
| index 268df98e9ddb395237473dcd8e91c91b05ff4c75..ccd7e8118ebc7434fcab514272084a3811624573 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/V0CustomElementBinding.h
|
| @@ -33,13 +33,14 @@
|
|
|
| #include <memory>
|
|
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| +#include "platform/PlatformExport.h"
|
| +#include "platform/bindings/ScopedPersistent.h"
|
| #include "platform/wtf/Allocator.h"
|
| #include "v8/include/v8.h"
|
|
|
| namespace blink {
|
|
|
| -class V0CustomElementBinding {
|
| +class PLATFORM_EXPORT V0CustomElementBinding {
|
| USING_FAST_MALLOC(V0CustomElementBinding);
|
|
|
| public:
|
|
|