Title: [237534] releases/WebKitGTK/webkit-2.22/Source/WebKit
Revision
237534
Author
[email protected]
Date
2018-10-28 16:01:57 -0700 (Sun, 28 Oct 2018)

Log Message

Merged r235908 - Unreviewed, attempt to fix Apple builds after r235903
https://bugs.webkit.org/show_bug.cgi?id=188872

If it really needs to be inlined, it will need to move to the header....

* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::pageClient const):

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (237533 => 237534)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-10-28 23:01:51 UTC (rev 237533)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2018-10-28 23:01:57 UTC (rev 237534)
@@ -1,5 +1,15 @@
 2018-09-11  Michael Catanzaro  <[email protected]>
 
+        Unreviewed, attempt to fix Apple builds after r235903
+        https://bugs.webkit.org/show_bug.cgi?id=188872
+
+        If it really needs to be inlined, it will need to move to the header....
+
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::pageClient const):
+
+2018-09-11  Michael Catanzaro  <[email protected]>
+
         Unreviewed, fix build after r235903
         https://bugs.webkit.org/show_bug.cgi?id=188872
 

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/UIProcess/WebPageProxy.cpp (237533 => 237534)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/UIProcess/WebPageProxy.cpp	2018-10-28 23:01:51 UTC (rev 237533)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/UIProcess/WebPageProxy.cpp	2018-10-28 23:01:57 UTC (rev 237534)
@@ -502,7 +502,7 @@
 // FIXME: Should return a const PageClient& and add a separate non-const
 // version of this function, but several PageClient methods will need to become
 // const for this to be possible.
-inline PageClient& WebPageProxy::pageClient() const
+PageClient& WebPageProxy::pageClient() const
 {
     ASSERT(m_pageClient);
     return *m_pageClient;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to