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

Unified Diff: webkit/glue/cpp_binding_example.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month 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
« no previous file with comments | « webkit/glue/context_menu.h ('k') | webkit/glue/cpp_bound_class.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/cpp_binding_example.h
diff --git a/webkit/glue/cpp_binding_example.h b/webkit/glue/cpp_binding_example.h
index fc61def84610374215153fdfa5aac85a8ad1d279..f092224a37b4609d06526083eec515b700d657ef 100644
--- a/webkit/glue/cpp_binding_example.h
+++ b/webkit/glue/cpp_binding_example.h
@@ -34,12 +34,13 @@
#define CPP_BINDING_EXAMPLE_H__
#include "webkit/glue/cpp_bound_class.h"
+#include "webkit/glue/webkit_glue_export.h"
class CppBindingExample : public CppBoundClass {
public:
// The default constructor initializes the property and method lists needed
// to bind this class to a JS object.
- CppBindingExample();
+ WEBKIT_GLUE_EXPORT CppBindingExample();
//
// These public member variables and methods implement the methods and
« no previous file with comments | « webkit/glue/context_menu.h ('k') | webkit/glue/cpp_bound_class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698