Title: [183183] trunk/Source/WebCore
- Revision
- 183183
- Author
- [email protected]
- Date
- 2015-04-23 02:06:54 -0700 (Thu, 23 Apr 2015)
Log Message
DOM nodes should be allocated with fastMalloc().
Unreviewed. This got lost in the TreeShared merge. :|
* dom/Node.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (183182 => 183183)
--- trunk/Source/WebCore/ChangeLog 2015-04-23 08:24:46 UTC (rev 183182)
+++ trunk/Source/WebCore/ChangeLog 2015-04-23 09:06:54 UTC (rev 183183)
@@ -1,3 +1,11 @@
+2015-04-23 Andreas Kling <[email protected]>
+
+ DOM nodes should be allocated with fastMalloc().
+
+ Unreviewed. This got lost in the TreeShared merge. :|
+
+ * dom/Node.h:
+
2015-04-23 Chris Dumez <[email protected]>
[WK2] WebDiagnosticLoggingClient is leaking
Modified: trunk/Source/WebCore/dom/Node.h (183182 => 183183)
--- trunk/Source/WebCore/dom/Node.h 2015-04-23 08:24:46 UTC (rev 183182)
+++ trunk/Source/WebCore/dom/Node.h 2015-04-23 09:06:54 UTC (rev 183183)
@@ -112,6 +112,8 @@
};
class Node : public EventTarget, public ScriptWrappable {
+ WTF_MAKE_FAST_ALLOCATED;
+
friend class Document;
friend class TreeScope;
friend class TreeScopeAdopter;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes