WebKit Bugzilla
Attachment 358619 Details for
Bug 193248
: Mark SuspendedPageProxy as fast allocated
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193248-20190108120950.patch (text/plain), 1.24 KB, created by
Chris Dumez
on 2019-01-08 12:09:53 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Chris Dumez
Created:
2019-01-08 12:09:53 PST
Size:
1.24 KB
patch
obsolete
>Subversion Revision: 239726 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index e04b29e7e87ea0c78b37c70907752396ecd3ec39..6381e749fc910e269461f5c6290e8e70231e23f2 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2019-01-08 Chris Dumez <cdumez@apple.com> >+ >+ Mark SuspendedPageProxy as fast allocated >+ https://bugs.webkit.org/show_bug.cgi?id=193248 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UIProcess/SuspendedPageProxy.h: >+ > 2019-01-08 Alex Christensen <achristensen@webkit.org> > > Always call CompletionHandler in Cache::store >diff --git a/Source/WebKit/UIProcess/SuspendedPageProxy.h b/Source/WebKit/UIProcess/SuspendedPageProxy.h >index 2b3a85b10c4cdb05355be7852a00862429a93679..a55f54c2eb7cebd7251ccc25f89aa302f8c5a8b2 100644 >--- a/Source/WebKit/UIProcess/SuspendedPageProxy.h >+++ b/Source/WebKit/UIProcess/SuspendedPageProxy.h >@@ -38,6 +38,7 @@ class WebPageProxy; > 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();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193248
: 358619