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

Changeset 249094 in webkit


Ignore:
Timestamp:
Aug 26, 2019, 2:41:28 AM (7 years ago)
Author:
youenn@apple.com
Message:

MessagePort should be WeakPtrFactoryInitialization::Eager
https://bugs.webkit.org/show_bug.cgi?id=201073

Reviewed by Chris Dumez.

Covered by existing layout tests.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r249091 r249094  
     12019-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
    1122019-08-24  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/Source/WebCore/dom/MessagePort.h

    r246490 r249094  
    4545class Frame;
    4646
    47 class MessagePort final : public ActiveDOMObject, public EventTargetWithInlineData, public CanMakeWeakPtr<MessagePort> {
     47class MessagePort final : public ActiveDOMObject, public EventTargetWithInlineData, public CanMakeWeakPtr<MessagePort, WeakPtrFactoryInitialization::Eager> {
    4848    WTF_MAKE_NONCOPYABLE(MessagePort);
    4949    WTF_MAKE_ISO_ALLOCATED(MessagePort);
Note: See TracChangeset for help on using the changeset viewer.