| Index: third_party/WebKit/Source/core/events/EventTarget.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventTarget.h b/third_party/WebKit/Source/core/events/EventTarget.h
|
| index 1e2272902f96e60557278406e5f512c378ee0244..750880023432295da1966425c08f0e0f516c3cbe 100644
|
| --- a/third_party/WebKit/Source/core/events/EventTarget.h
|
| +++ b/third_party/WebKit/Source/core/events/EventTarget.h
|
| @@ -97,7 +97,8 @@ class CORE_EXPORT EventTargetData final
|
| // file.
|
| // - Override EventTarget::interfaceName() and getExecutionContext(). The former
|
| // will typically return EventTargetNames::YourClassName. The latter will
|
| -// return ActiveDOMObject::executionContext (if you are an ActiveDOMObject)
|
| +// return SuspendableObject::executionContext (if you are an
|
| +// SuspendableObject)
|
| // or the document you're in.
|
| // - Your trace() method will need to call EventTargetWithInlineData::trace
|
| // depending on the base class of your class.
|
|
|