I accidentally exported an inline function in r230506.
* page/ViewportConfiguration.h:
(WebCore::ViewportConfiguration::viewSize const):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@230511
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-04-10 Wenson Hsieh <wenson_hsieh@apple.com>
+
+ Unreviewed, fix the iOS build
+
+ I accidentally exported an inline function in r230506.
+
+ * page/ViewportConfiguration.h:
+ (WebCore::ViewportConfiguration::viewSize const):
+
2018-04-10 Nan Wang <n_wang@apple.com>
AX: Expose strong password fields on iOS
const IntSize& contentsSize() const { return m_contentSize; }
WEBCORE_EXPORT bool setContentsSize(const IntSize&);
- WEBCORE_EXPORT FloatSize viewSize() const { return m_viewSize; }
+ FloatSize viewSize() const { return m_viewSize; }
const FloatSize& minimumLayoutSize() const { return m_minimumLayoutSize; }
WEBCORE_EXPORT bool setMinimumLayoutSize(const FloatSize&, const FloatSize& viewSize);