summaryrefslogtreecommitdiff
path: root/include/dom/events/document_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/events/document_event.h')
-rw-r--r--include/dom/events/document_event.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/dom/events/document_event.h b/include/dom/events/document_event.h
index bbb9f83..7f61df7 100644
--- a/include/dom/events/document_event.h
+++ b/include/dom/events/document_event.h
@@ -15,7 +15,6 @@
struct dom_event;
struct dom_document;
-struct lwc_string_s;
typedef struct dom_document dom_document_event;
@@ -80,7 +79,7 @@ typedef enum {
* \return a callback function, NULL if there is none.
*/
typedef dom_default_action_callback (*dom_events_default_action_fetcher)
- (struct lwc_string_s *type, dom_default_action_phase phase,
+ (dom_string *type, dom_default_action_phase phase,
void **pw);
dom_exception _dom_document_event_create_event(dom_document_event *de,