Changeset 244052 in webkit
- Timestamp:
- Apr 8, 2019, 3:26:19 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
dom/NodeList.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r244050 r244052 1 2019-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 1 8 2019-04-08 Justin Fan <justin_fan@apple.com> 2 9 -
trunk/Source/WebCore/dom/NodeList.h
r243887 r244052 34 34 35 35 class NodeList : public ScriptWrappable, public RefCounted<NodeList> { 36 WTF_MAKE_ISO_ALLOCATED (NodeList);36 WTF_MAKE_ISO_ALLOCATED_EXPORT(NodeList, WEBCORE_EXPORT); 37 37 public: 38 38 virtual ~NodeList() = default;
Note:
See TracChangeset
for help on using the changeset viewer.