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
/
ObjC
/
DOMTestObj.mm
diff --git
a/WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm
b/WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm
index
7257469
..
b964e36
100644
(file)
--- a/
WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm
+++ b/
WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm
@@
-177,6
+177,11
@@
IMPL->setCustomAttr(newCustomAttr);
}
+- (NSString *)scriptStringAttr
+{
+ return IMPL->scriptStringAttr();
+}
+
- (void)voidMethod
{
IMPL->voidMethod();