Changeset 249094 in webkit
- Timestamp:
- Aug 26, 2019, 2:41:28 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
dom/MessagePort.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r249091 r249094 1 2019-08-26 Youenn Fablet <youenn@apple.com> 2 3 MessagePort should be WeakPtrFactoryInitialization::Eager 4 https://bugs.webkit.org/show_bug.cgi?id=201073 5 6 Reviewed by Chris Dumez. 7 8 Covered by existing layout tests. 9 10 * dom/MessagePort.h: 11 1 12 2019-08-24 Simon Fraser <simon.fraser@apple.com> 2 13 -
trunk/Source/WebCore/dom/MessagePort.h
r246490 r249094 45 45 class Frame; 46 46 47 class MessagePort final : public ActiveDOMObject, public EventTargetWithInlineData, public CanMakeWeakPtr<MessagePort > {47 class MessagePort final : public ActiveDOMObject, public EventTargetWithInlineData, public CanMakeWeakPtr<MessagePort, WeakPtrFactoryInitialization::Eager> { 48 48 WTF_MAKE_NONCOPYABLE(MessagePort); 49 49 WTF_MAKE_ISO_ALLOCATED(MessagePort);
Note:
See TracChangeset
for help on using the changeset viewer.