| Index: third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
|
| diff --git a/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h b/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
|
| index 02c0e47010b27ba9e3017395f66eff76bc64507b..56d77506d7d62b57c02abcf461b9192622b98437 100644
|
| --- a/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
|
| +++ b/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
|
| @@ -46,7 +46,8 @@ class CORE_EXPORT EventHandlerRegistry final
|
| // Returns true if the FrameHost has event handlers of the specified class.
|
| bool hasEventHandlers(EventHandlerClass) const;
|
|
|
| - // Returns a set of EventTargets which have registered handlers of the given class.
|
| + // Returns a set of EventTargets which have registered handlers of the given
|
| + // class.
|
| const EventTargetSet* eventHandlerTargets(EventHandlerClass) const;
|
|
|
| // Registration and management of event handlers attached to EventTargets.
|
|
|