Title: [241129] trunk/Source/WebKit
Revision
241129
Author
cdu...@apple.com
Date
2019-02-07 10:57:41 -0800 (Thu, 07 Feb 2019)

Log Message

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

Reviewed by Geoffrey Garen.

* UIProcess/mac/DisplayLink.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (241128 => 241129)


--- trunk/Source/WebKit/ChangeLog	2019-02-07 18:53:21 UTC (rev 241128)
+++ trunk/Source/WebKit/ChangeLog	2019-02-07 18:57:41 UTC (rev 241129)
@@ -1,3 +1,12 @@
+2019-02-07  Chris Dumez  <cdu...@apple.com>
+
+        Mark DisplayLink as fast allocated
+        https://bugs.webkit.org/show_bug.cgi?id=194400
+
+        Reviewed by Geoffrey Garen.
+
+        * UIProcess/mac/DisplayLink.h:
+
 2019-02-07  Per Arne Vollan  <pvol...@apple.com>
 
         [macOS] API test times out after r241026

Modified: trunk/Source/WebKit/UIProcess/mac/DisplayLink.h (241128 => 241129)


--- trunk/Source/WebKit/UIProcess/mac/DisplayLink.h	2019-02-07 18:53:21 UTC (rev 241128)
+++ trunk/Source/WebKit/UIProcess/mac/DisplayLink.h	2019-02-07 18:57:41 UTC (rev 241129)
@@ -41,6 +41,7 @@
 class WebProcessProxy;
     
 class DisplayLink {
+    WTF_MAKE_FAST_ALLOCATED;
 public:
     DisplayLink(WebCore::PlatformDisplayID, WebProcessProxy&);
     ~DisplayLink();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to