Changeset 168386 in webkit


Ignore:
Timestamp:
May 6, 2014 3:27:23 PM (10 years ago)
Author:
akling@apple.com
Message:

Add missing line from r168384.

  • dom/ContainerNode.h:

(WebCore::ChildNodesLazySnapshot::~ChildNodesLazySnapshot):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r168385 r168386  
     12014-05-06  Andreas Kling  <akling@apple.com>
     2
     3        Add missing line from r168384.
     4
     5        * dom/ContainerNode.h:
     6        (WebCore::ChildNodesLazySnapshot::~ChildNodesLazySnapshot):
     7
    182014-05-06  Oliver Hunt  <oliver@apple.com>
    29
  • trunk/Source/WebCore/dom/ContainerNode.h

    r168383 r168386  
    259259    }
    260260
    261     ~ChildNodesLazySnapshot()
     261    ALWAYS_INLINE ~ChildNodesLazySnapshot()
    262262    {
    263263        latestSnapshot = m_nextSnapshot;
Note: See TracChangeset for help on using the changeset viewer.