Title: [206227] trunk/Source/WebCore
Revision
206227
Author
keith_mil...@apple.com
Date
2016-09-21 12:33:05 -0700 (Wed, 21 Sep 2016)

Log Message

Attempt to fix windows build after r206222.

* page/MainFrame.h:
(WebCore::Frame::isMainFrame):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206226 => 206227)


--- trunk/Source/WebCore/ChangeLog	2016-09-21 19:09:24 UTC (rev 206226)
+++ trunk/Source/WebCore/ChangeLog	2016-09-21 19:33:05 UTC (rev 206227)
@@ -1,3 +1,10 @@
+2016-09-21  Keith Miller  <keith_mil...@apple.com>
+
+        Attempt to fix windows build after r206222.
+
+        * page/MainFrame.h:
+        (WebCore::Frame::isMainFrame):
+
 2016-09-21  Keith Rollin  <krol...@apple.com>
 
         New DocumentLoader logging causes crashes

Modified: trunk/Source/WebCore/page/MainFrame.h (206226 => 206227)


--- trunk/Source/WebCore/page/MainFrame.h	2016-09-21 19:09:24 UTC (rev 206226)
+++ trunk/Source/WebCore/page/MainFrame.h	2016-09-21 19:33:05 UTC (rev 206227)
@@ -89,7 +89,7 @@
 #endif
 };
 
-inline bool Frame::isMainFrame() const
+ALWAYS_INLINE bool Frame::isMainFrame() const
 {
     return this == &m_mainFrame;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to