|
@@ -13,7 +13,6 @@
|
|
|
#include <LibJS/Heap/Cell.h>
|
|
|
#include <LibJS/Heap/GCPtr.h>
|
|
|
#include <LibWeb/Forward.h>
|
|
|
-#include <LibWeb/Page/EditEventHandler.h>
|
|
|
#include <LibWeb/PixelUnits.h>
|
|
|
#include <LibWeb/UIEvents/KeyCode.h>
|
|
|
|
|
@@ -35,8 +34,6 @@ public:
|
|
|
|
|
|
void set_mouse_event_tracking_paintable(Painting::Paintable*);
|
|
|
|
|
|
- void set_edit_event_handler(NonnullOwnPtr<EditEventHandler> value) { m_edit_event_handler = move(value); }
|
|
|
-
|
|
|
void handle_paste(String const& text);
|
|
|
|
|
|
void visit_edges(JS::Cell::Visitor& visitor) const;
|