Changeset 206227 in webkit


Ignore:
Timestamp:
Sep 21, 2016 12:33:05 PM (8 years ago)
Author:
keith_miller@apple.com
Message:

Attempt to fix windows build after r206222.

  • page/MainFrame.h:

(WebCore::Frame::isMainFrame):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r206224 r206227  
     12016-09-21  Keith Miller  <keith_miller@apple.com>
     2
     3        Attempt to fix windows build after r206222.
     4
     5        * page/MainFrame.h:
     6        (WebCore::Frame::isMainFrame):
     7
    182016-09-21  Keith Rollin  <krollin@apple.com>
    29
  • trunk/Source/WebCore/page/MainFrame.h

    r202345 r206227  
    9090};
    9191
    92 inline bool Frame::isMainFrame() const
     92ALWAYS_INLINE bool Frame::isMainFrame() const
    9393{
    9494    return this == &m_mainFrame;
Note: See TracChangeset for help on using the changeset viewer.