Index: Source/platform/Theme.h |
diff --git a/Source/platform/Theme.h b/Source/platform/Theme.h |
index c551f6da06aa4461ee5e58aef6e1c7f1eb716c56..50a21a6a0a491b7702cd27fcbf04d4c5ac1dc3c1 100644 |
--- a/Source/platform/Theme.h |
+++ b/Source/platform/Theme.h |
@@ -107,8 +107,7 @@ private: |
mutable Color m_inactiveSelectionColor; |
}; |
-// Function to obtain the theme. This is implemented in the platform-specific subclasses. |
-Theme* platformTheme(); |
+PLATFORM_EXPORT Theme* platformTheme(); |
} // namespace WebCore |