| Index: Source/core/events/EventTarget.h
|
| diff --git a/Source/core/events/EventTarget.h b/Source/core/events/EventTarget.h
|
| index 076c7e90f016177875a7604f1e565a388eee3d5f..5168bc008d43daf94f22d07be0f52bb596919aa3 100644
|
| --- a/Source/core/events/EventTarget.h
|
| +++ b/Source/core/events/EventTarget.h
|
| @@ -87,8 +87,6 @@ public:
|
| // errors.
|
| // - If you added an onfoo attribute, use DEFINE_ATTRIBUTE_EVENT_LISTENER(foo)
|
| // in your class declaration.
|
| -// - Call ScriptWrappable::init(this) in your constructor, unless you are already
|
| -// doing so.
|
| // - Override EventTarget::interfaceName() and executionContext(). The former
|
| // will typically return EventTargetNames::YourClassName. The latter will
|
| // return ActiveDOMObject::executionContext (if you are an ActiveDOMObject)
|
|
|