Changeset 230511 in webkit


Ignore:
Timestamp:
Apr 10, 2018 7:46:09 PM (6 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, fix the iOS build

I accidentally exported an inline function in r230506.

  • page/ViewportConfiguration.h:

(WebCore::ViewportConfiguration::viewSize const):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r230510 r230511  
     12018-04-10  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed, fix the iOS build
     4
     5        I accidentally exported an inline function in r230506.
     6
     7        * page/ViewportConfiguration.h:
     8        (WebCore::ViewportConfiguration::viewSize const):
     9
    1102018-04-10  Nan Wang  <n_wang@apple.com>
    211
  • trunk/Source/WebCore/page/ViewportConfiguration.h

    r230506 r230511  
    7575    WEBCORE_EXPORT bool setContentsSize(const IntSize&);
    7676
    77     WEBCORE_EXPORT FloatSize viewSize() const { return m_viewSize; }
     77    FloatSize viewSize() const { return m_viewSize; }
    7878
    7979    const FloatSize& minimumLayoutSize() const { return m_minimumLayoutSize; }
Note: See TracChangeset for help on using the changeset viewer.