WebKit Bugzilla
Attachment 347450 Details for
Bug 188723
: [watchOS] NetworkProximityManager should use WTF_MAKE_FAST_ALLOCATED
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188723-20180818130342.patch (text/plain), 1.31 KB, created by
Andy Estes
on 2018-08-18 13:03:43 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Andy Estes
Created:
2018-08-18 13:03:43 PDT
Size:
1.31 KB
patch
obsolete
>Subversion Revision: 234970 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 95ee5af31ae12f636a72646bc09fe634950f7406..a9bd0d220c283a5861f9ad22509b39e9ec6a8549 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2018-08-18 Andy Estes <aestes@apple.com> >+ >+ [watchOS] NetworkProximityManager should use WTF_MAKE_FAST_ALLOCATED >+ https://bugs.webkit.org/show_bug.cgi?id=188723 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * NetworkProcess/watchos/NetworkProximityManager.h: >+ > 2018-08-16 Sihui Liu <sihui_liu@apple.com> > > Remove unused parentProcessName from NetworkProcessCreationParameters >diff --git a/Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.h b/Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.h >index 6d2c5b25160b39a71e499a6aaaa5c91ed0d69c90..ca9d37e30c4f6a8dbe4f8652a9eaba2be0f05ccb 100644 >--- a/Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.h >+++ b/Source/WebKit/NetworkProcess/watchos/NetworkProximityManager.h >@@ -67,6 +67,7 @@ public: > }; > > class NetworkProximityManager final : public NetworkProcessSupplement, private NetworkProximityServiceClient { >+ WTF_MAKE_FAST_ALLOCATED; > WTF_MAKE_NONCOPYABLE(NetworkProximityManager); > public: > explicit NetworkProximityManager(ChildProcess&);
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 188723
: 347450