| Index: webkit/glue/cpp_binding_example.h
|
| ===================================================================
|
| --- webkit/glue/cpp_binding_example.h (revision 195684)
|
| +++ webkit/glue/cpp_binding_example.h (working copy)
|
| @@ -34,7 +34,6 @@
|
| #define CPP_BINDING_EXAMPLE_H__
|
|
|
| #include "webkit/glue/cpp_bound_class.h"
|
| -#include "webkit/glue/webkit_glue_export.h"
|
|
|
| namespace webkit_glue {
|
|
|
| @@ -42,7 +41,7 @@
|
| public:
|
| // The default constructor initializes the property and method lists needed
|
| // to bind this class to a JS object.
|
| - WEBKIT_GLUE_EXPORT CppBindingExample();
|
| + CppBindingExample();
|
|
|
| //
|
| // These public member variables and methods implement the methods and
|
|
|