Title: [239743] trunk/Source/WebKit
Revision
239743
Author
cdu...@apple.com
Date
2019-01-08 13:33:02 -0800 (Tue, 08 Jan 2019)

Log Message

Mark SuspendedPageProxy as fast allocated
https://bugs.webkit.org/show_bug.cgi?id=193248

Reviewed by Alex Christensen.

* UIProcess/SuspendedPageProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239742 => 239743)


--- trunk/Source/WebKit/ChangeLog	2019-01-08 21:28:53 UTC (rev 239742)
+++ trunk/Source/WebKit/ChangeLog	2019-01-08 21:33:02 UTC (rev 239743)
@@ -1,5 +1,14 @@
 2019-01-08  Chris Dumez  <cdu...@apple.com>
 
+        Mark SuspendedPageProxy as fast allocated
+        https://bugs.webkit.org/show_bug.cgi?id=193248
+
+        Reviewed by Alex Christensen.
+
+        * UIProcess/SuspendedPageProxy.h:
+
+2019-01-08  Chris Dumez  <cdu...@apple.com>
+
         Prevent cross-site top-level navigations from third-party iframes
         https://bugs.webkit.org/show_bug.cgi?id=193076
         <rdar://problem/36074736>

Modified: trunk/Source/WebKit/UIProcess/SuspendedPageProxy.h (239742 => 239743)


--- trunk/Source/WebKit/UIProcess/SuspendedPageProxy.h	2019-01-08 21:28:53 UTC (rev 239742)
+++ trunk/Source/WebKit/UIProcess/SuspendedPageProxy.h	2019-01-08 21:33:02 UTC (rev 239743)
@@ -38,6 +38,7 @@
 class WebProcessProxy;
 
 class SuspendedPageProxy final: public IPC::MessageReceiver, public CanMakeWeakPtr<SuspendedPageProxy> {
+    WTF_MAKE_FAST_ALLOCATED;
 public:
     SuspendedPageProxy(WebPageProxy&, Ref<WebProcessProxy>&&, WebBackForwardListItem&, uint64_t mainFrameID);
     ~SuspendedPageProxy();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to