| Index: Source/core/frame/EventHandlerRegistry.h
|
| diff --git a/Source/core/frame/EventHandlerRegistry.h b/Source/core/frame/EventHandlerRegistry.h
|
| index 4d53b31def180c6fed91c02efc44180e9cdc9ce1..9123f6f8e04645ea67ea9c09f153a8e67ab523d5 100644
|
| --- a/Source/core/frame/EventHandlerRegistry.h
|
| +++ b/Source/core/frame/EventHandlerRegistry.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef EventHandlerRegistry_h
|
| #define EventHandlerRegistry_h
|
|
|
| -#include "core/events/Event.h"
|
| #include "core/frame/FrameHost.h"
|
| #include "wtf/HashCountedSet.h"
|
|
|
| namespace WebCore {
|
|
|
| +class Document;
|
| +class EventTarget;
|
| +
|
| typedef HashCountedSet<EventTarget*> EventTargetSet;
|
|
|
| // Registry for keeping track of event handlers. Note that only handlers on
|
|
|