git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Improve code generator scripts to support converting ScriptString.
[WebKit-https.git]
/
WebCore
/
bindings
/
scripts
/
test
/
GObject
/
WebKitDOMTestObj.h
diff --git
a/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h
b/WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h
index
ec7aa53
..
f8ad9c4
100644
(file)
--- a/
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h
+++ b/
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h
@@
-169,6
+169,9
@@
webkit_dom_test_obj_get_attr_with_getter_exception (WebKitDOMTestObj *self);
WEBKIT_API void
webkit_dom_test_obj_set_attr_with_getter_exception (WebKitDOMTestObj *self, glong value);
+WEBKIT_API gchar*
+webkit_dom_test_obj_get_script_string_attr (WebKitDOMTestObj *self);
+
G_END_DECLS
#endif /* WebKitDOMTestObj_h */