summaryrefslogtreecommitdiff
path: root/utils/corestrings.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-12-17 14:55:16 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-12-17 14:55:16 +0000
commit347fdf0743b01d096c33e4cb089bb4a34b00b18c (patch)
tree2f91c88dbe88f33134dc5bc930539cf98887d3ad /utils/corestrings.h
parent90f0cfb5514b68483a75bd34955433e4739f381b (diff)
downloadnetsurf-347fdf0743b01d096c33e4cb089bb4a34b00b18c.tar.gz
netsurf-347fdf0743b01d096c33e4cb089bb4a34b00b18c.tar.bz2
add dom event handler to document object
Diffstat (limited to 'utils/corestrings.h')
-rw-r--r--utils/corestrings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/corestrings.h b/utils/corestrings.h
index e8c9b6f1f..61771c178 100644
--- a/utils/corestrings.h
+++ b/utils/corestrings.h
@@ -199,6 +199,7 @@ extern struct dom_string *corestring_dom_playing;
extern struct dom_string *corestring_dom_popstate;
extern struct dom_string *corestring_dom_progress;
extern struct dom_string *corestring_dom_ratechange;
+extern struct dom_string *corestring_dom_readystatechange;
extern struct dom_string *corestring_dom_rect;
extern struct dom_string *corestring_dom_rel;
extern struct dom_string *corestring_dom_reset;