| Index: webkit/glue/cpp_bound_class.cc
|
| diff --git a/webkit/glue/cpp_bound_class.cc b/webkit/glue/cpp_bound_class.cc
|
| index 09c3f40b4fa0c4e7a07c4488d086cfa4aba08aec..d58fc4e5e69b9213636c10c81a556c7b70a410fc 100644
|
| --- a/webkit/glue/cpp_bound_class.cc
|
| +++ b/webkit/glue/cpp_bound_class.cc
|
| @@ -173,6 +173,10 @@ NPClass CppNPObject::np_class_ = {
|
| return obj->bound_class->SetProperty(ident, value);
|
| }
|
|
|
| +CppBoundClass::CppBoundClass()
|
| + : bound_to_frame_(false) {
|
| +}
|
| +
|
| CppBoundClass::~CppBoundClass() {
|
| for (MethodList::iterator i = methods_.begin(); i != methods_.end(); ++i)
|
| delete i->second;
|
|
|