Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / gin / object_template_builder.h
index 3d025a9..1305d5c 100644 (file)
@@ -71,7 +71,7 @@ struct CallbackTraits<T, typename base::enable_if<
 // This specialization allows people to construct function templates directly if
 // they need to do fancier stuff.
 template<>
-struct GIN_EXPORT CallbackTraits<v8::Handle<v8::FunctionTemplate> > {
+struct CallbackTraits<v8::Handle<v8::FunctionTemplate> > {
   static v8::Handle<v8::FunctionTemplate> CreateTemplate(
       v8::Handle<v8::FunctionTemplate> templ) {
     return templ;