| Index: gin/wrappable_unittest.cc
|
| diff --git a/gin/wrappable_unittest.cc b/gin/wrappable_unittest.cc
|
| index d6ec19e112bec7cb19cada24df2b4e81915a7437..28bb19a7725c8e420643c170327b4134ae755f1a 100644
|
| --- a/gin/wrappable_unittest.cc
|
| +++ b/gin/wrappable_unittest.cc
|
| @@ -43,13 +43,6 @@ WrapperInfo* MyObject::GetWrapperInfo() {
|
| return &kWrapperInfo;
|
| }
|
|
|
| -} // namespace
|
| -
|
| -template<>
|
| -struct Converter<MyObject*> : public WrappableConverter<MyObject> {};
|
| -
|
| -namespace {
|
| -
|
| void RegisterTemplate(v8::Isolate* isolate) {
|
| PerIsolateData* data = PerIsolateData::From(isolate);
|
| DCHECK(data->GetObjectTemplate(&MyObject::kWrapperInfo).IsEmpty());
|
|
|