| Index: third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h
|
| index 268df98e9ddb395237473dcd8e91c91b05ff4c75..c0afefbe9a5aa17f6991941306b6b03863097730 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementBinding.h
|
| @@ -28,31 +28,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef V0CustomElementBinding_h
|
| -#define V0CustomElementBinding_h
|
| -
|
| -#include <memory>
|
| -
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| -#include "platform/wtf/Allocator.h"
|
| -#include "v8/include/v8.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class V0CustomElementBinding {
|
| - USING_FAST_MALLOC(V0CustomElementBinding);
|
| -
|
| - public:
|
| - static std::unique_ptr<V0CustomElementBinding> Create(
|
| - v8::Isolate*,
|
| - v8::Local<v8::Object> prototype);
|
| - ~V0CustomElementBinding();
|
| -
|
| - private:
|
| - V0CustomElementBinding(v8::Isolate*, v8::Local<v8::Object> prototype);
|
| - ScopedPersistent<v8::Object> prototype_;
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // V0CustomElementBinding_h
|
| +// This file has been moved to platform/bindings/V0CustomElementBinding.h.
|
| +// TODO(adithyas): Remove this file.
|
| +#include "platform/bindings/V0CustomElementBinding.h"
|
|
|