Changeset 183183 in webkit


Ignore:
Timestamp:
Apr 23, 2015 2:06:54 AM (9 years ago)
Author:
akling@apple.com
Message:

DOM nodes should be allocated with fastMalloc().

Unreviewed. This got lost in the TreeShared merge. :|

  • dom/Node.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r183179 r183183  
     12015-04-23  Andreas Kling  <akling@apple.com>
     2
     3        DOM nodes should be allocated with fastMalloc().
     4
     5        Unreviewed. This got lost in the TreeShared merge. :|
     6
     7        * dom/Node.h:
     8
    192015-04-23  Chris Dumez  <cdumez@apple.com>
    210
  • trunk/Source/WebCore/dom/Node.h

    r183174 r183183  
    113113
    114114class Node : public EventTarget, public ScriptWrappable {
     115    WTF_MAKE_FAST_ALLOCATED;
     116
    115117    friend class Document;
    116118    friend class TreeScope;
Note: See TracChangeset for help on using the changeset viewer.