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

Unified Diff: webkit/forms/webkit_forms_export.h

Issue 10386108: Change the way _EXPORT macros look. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros Created 8 years, 7 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/forms/webkit_forms_export.h
diff --git a/webkit/forms/webkit_forms_export.h b/webkit/forms/webkit_forms_export.h
index 5a414dc1af75c0311ecf134c51827b7509fbd841..15bdff5fedf89e451d39db3ae98bf8ba33b0215e 100644
--- a/webkit/forms/webkit_forms_export.h
+++ b/webkit/forms/webkit_forms_export.h
@@ -16,7 +16,11 @@
#endif // defined(WEBKIT_FORMS_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(WEBKIT_FORMS_IMPLEMENTATION)
#define WEBKIT_FORMS_EXPORT __attribute__((visibility("default")))
+#else
+#define WEBKIT_FORMS_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)

Powered by Google App Engine
This is Rietveld 408576698