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
2008-09-15 Gavin Barraclough <barraclough@apple.com>
[WebKit-https.git]
/
JavaScriptCore
/
kjs
/
StringObject.h
diff --git
a/JavaScriptCore/kjs/StringObject.h
b/JavaScriptCore/kjs/StringObject.h
index
597c8dd
..
cc41d2e
100644
(file)
--- a/
JavaScriptCore/kjs/StringObject.h
+++ b/
JavaScriptCore/kjs/StringObject.h
@@
-28,6
+28,10
@@
namespace JSC {
class StringObject : public JSWrapperObject {
public:
+ StringObject(VPtrStealingHackType type)
+ : JSWrapperObject(type)
+ {
+ }
StringObject(ExecState*, JSObject* prototype);
StringObject(ExecState*, JSObject* prototype, const UString&);