Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(880)

Unified Diff: webkit/glue/cpp_bound_class.cc

Issue 3219002: FBTF: Move code from headers into cc files. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « webkit/glue/cpp_bound_class.h ('k') | webkit/glue/form_data.h » ('j') | webkit/glue/form_field.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698