diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-27 21:23:48 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-27 21:23:48 +0000 |
commit | 04bf3ad5acb81f9e932449dabd19708826774898 (patch) | |
tree | 956fda2d966a3f45ade61e61dbf1cf7ed65b0f63 /webkit/glue/cpp_bound_class.h | |
parent | 8708aa43fa34e36056f06d970dc7f1a5ebc48a87 (diff) | |
download | chromium_src-04bf3ad5acb81f9e932449dabd19708826774898.zip chromium_src-04bf3ad5acb81f9e932449dabd19708826774898.tar.gz chromium_src-04bf3ad5acb81f9e932449dabd19708826774898.tar.bz2 |
FBTF: Move code from headers into cc files.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/3219002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/cpp_bound_class.h')
-rw-r--r-- | webkit/glue/cpp_bound_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/cpp_bound_class.h b/webkit/glue/cpp_bound_class.h index dcd5c3e..a446386 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(). |