⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 244052 in webkit


Ignore:
Timestamp:
Apr 8, 2019, 3:26:19 PM (7 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, speculative fix for build failure in old macOS after r243887
https://bugs.webkit.org/show_bug.cgi?id=196475

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r244050 r244052  
     12019-04-08  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, speculative fix for build failure in old macOS after r243887
     4        https://bugs.webkit.org/show_bug.cgi?id=196475
     5
     6        * dom/NodeList.h:
     7
    182019-04-08  Justin Fan  <justin_fan@apple.com>
    29
  • trunk/Source/WebCore/dom/NodeList.h

    r243887 r244052  
    3434
    3535class NodeList : public ScriptWrappable, public RefCounted<NodeList> {
    36     WTF_MAKE_ISO_ALLOCATED(NodeList);
     36    WTF_MAKE_ISO_ALLOCATED_EXPORT(NodeList, WEBCORE_EXPORT);
    3737public:
    3838    virtual ~NodeList() = default;
Note: See TracChangeset for help on using the changeset viewer.