| Index: webkit/glue/cpp_bound_class.h
|
| diff --git a/webkit/glue/cpp_bound_class.h b/webkit/glue/cpp_bound_class.h
|
| index dcd5c3e592c1ef12298720c432ba6f4cf620c6b5..a44638656adc76d2cce6155ef4d82c0e6bb37c7e 100644
|
| --- a/webkit/glue/cpp_bound_class.h
|
| +++ b/webkit/glue/cpp_bound_class.h
|
| @@ -51,7 +51,7 @@ class CppBoundClass {
|
| // The constructor should call BindMethod, BindProperty, and
|
| // SetFallbackMethod as needed to set up the methods, properties, and
|
| // fallback method.
|
| - CppBoundClass() : bound_to_frame_(false) { }
|
| + CppBoundClass();
|
| virtual ~CppBoundClass();
|
|
|
| // Return a CppVariant representing this class, for use with BindProperty().
|
|
|