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

Unified Diff: webkit/glue/cpp_bound_class.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/cpp_binding_example.h ('k') | webkit/glue/cpp_variant.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/cpp_bound_class.h
diff --git a/webkit/glue/cpp_bound_class.h b/webkit/glue/cpp_bound_class.h
index 8bc0dfdd60be8a950d88267c12d648396883588f..61ccc31c6bde7e039bf2703262d7d38158024124 100644
--- a/webkit/glue/cpp_bound_class.h
+++ b/webkit/glue/cpp_bound_class.h
@@ -25,6 +25,7 @@
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace WebKit {
class WebFrame;
@@ -34,7 +35,7 @@ typedef std::vector<CppVariant> CppArgumentList;
// CppBoundClass lets you map Javascript method calls and property accesses
// directly to C++ method calls and CppVariant* variable access.
-class CppBoundClass {
+class WEBKIT_GLUE_EXPORT CppBoundClass {
public:
class PropertyCallback {
public:
« no previous file with comments | « webkit/glue/cpp_binding_example.h ('k') | webkit/glue/cpp_variant.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698