| Index: sky/engine/core/frame/EventHandlerRegistry.h
|
| diff --git a/sky/engine/core/frame/EventHandlerRegistry.h b/sky/engine/core/frame/EventHandlerRegistry.h
|
| index 8a24920854f1068c82175d6e4a206a962c54a7ce..d0863a54e1039ec985ad80f90749ce88f6e6ce6c 100644
|
| --- a/sky/engine/core/frame/EventHandlerRegistry.h
|
| +++ b/sky/engine/core/frame/EventHandlerRegistry.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "core/frame/FrameHost.h"
|
| #include "wtf/HashCountedSet.h"
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
| @@ -18,7 +19,7 @@ typedef HashCountedSet<EventTarget*> EventTargetSet;
|
| // Registry for keeping track of event handlers. Note that only handlers on
|
| // documents that can be rendered or can receive input (i.e., are attached to a
|
| // FrameHost) are registered here.
|
| -class EventHandlerRegistry final : public DummyBase<EventHandlerRegistry> {
|
| +class EventHandlerRegistry final {
|
| public:
|
| explicit EventHandlerRegistry(FrameHost&);
|
| virtual ~EventHandlerRegistry();
|
|
|