Title: [114700] trunk/Source/WebCore
Revision
114700
Author
[email protected]
Date
2012-04-19 17:11:11 -0700 (Thu, 19 Apr 2012)

Log Message

ElementAttributeData should be fast-malloc'd.
<http://webkit.org/b/84405>

Reviewed by Antti Koivisto.

Sprinkle missing WTF_MAKE_FAST_ALLOCATED.

* dom/ElementAttributeData.h:
(ElementAttributeData):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (114699 => 114700)


--- trunk/Source/WebCore/ChangeLog	2012-04-20 00:08:22 UTC (rev 114699)
+++ trunk/Source/WebCore/ChangeLog	2012-04-20 00:11:11 UTC (rev 114700)
@@ -1,3 +1,15 @@
+2012-04-19  Andreas Kling  <[email protected]>
+
+        ElementAttributeData should be fast-malloc'd.
+        <http://webkit.org/b/84405>
+
+        Reviewed by Antti Koivisto.
+
+        Sprinkle missing WTF_MAKE_FAST_ALLOCATED.
+
+        * dom/ElementAttributeData.h:
+        (ElementAttributeData):
+
 2012-04-19  David Barr  <[email protected]>
 
         REGRESSION(r112177): Numbered list item rendered bulleted

Modified: trunk/Source/WebCore/dom/ElementAttributeData.h (114699 => 114700)


--- trunk/Source/WebCore/dom/ElementAttributeData.h	2012-04-20 00:08:22 UTC (rev 114699)
+++ trunk/Source/WebCore/dom/ElementAttributeData.h	2012-04-20 00:11:11 UTC (rev 114700)
@@ -83,6 +83,7 @@
 enum EInUpdateStyleAttribute { NotInUpdateStyleAttribute, InUpdateStyleAttribute };
 
 class ElementAttributeData {
+    WTF_MAKE_FAST_ALLOCATED;
 public:
     static PassOwnPtr<ElementAttributeData> create()
     {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to