Title: [200007] releases/WebKitGTK/webkit-2.12/Source/WebKit2
Revision
200007
Author
[email protected]
Date
2016-04-25 06:31:48 -0700 (Mon, 25 Apr 2016)

Log Message

Merge r199599 - Mark NetworkLoad as FastAllocated
https://bugs.webkit.org/show_bug.cgi?id=156628

Reviewed by Alex Christensen.

Mark NetworkLoad as FastAllocated for performance.

* NetworkProcess/NetworkLoad.h:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog (200006 => 200007)


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-04-25 13:30:59 UTC (rev 200006)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/ChangeLog	2016-04-25 13:31:48 UTC (rev 200007)
@@ -1,3 +1,14 @@
+2016-04-15  Chris Dumez  <[email protected]>
+
+        Mark NetworkLoad as FastAllocated
+        https://bugs.webkit.org/show_bug.cgi?id=156628
+
+        Reviewed by Alex Christensen.
+
+        Mark NetworkLoad as FastAllocated for performance.
+
+        * NetworkProcess/NetworkLoad.h:
+
 2016-04-07  Jeremy Jones  <[email protected]>
 
         Clearing the application cache doesn't work.

Modified: releases/WebKitGTK/webkit-2.12/Source/WebKit2/NetworkProcess/NetworkLoad.h (200006 => 200007)


--- releases/WebKitGTK/webkit-2.12/Source/WebKit2/NetworkProcess/NetworkLoad.h	2016-04-25 13:30:59 UTC (rev 200006)
+++ releases/WebKitGTK/webkit-2.12/Source/WebKit2/NetworkProcess/NetworkLoad.h	2016-04-25 13:31:48 UTC (rev 200007)
@@ -44,6 +44,7 @@
     , public NetworkDataTaskClient
 #endif
 {
+    WTF_MAKE_FAST_ALLOCATED;
 public:
     NetworkLoad(NetworkLoadClient&, const NetworkLoadParameters&);
     ~NetworkLoad();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to