diff options
Diffstat (limited to 'JavaScriptCore/runtime/JSNumberCell.h')
-rw-r--r-- | JavaScriptCore/runtime/JSNumberCell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/JSNumberCell.h b/JavaScriptCore/runtime/JSNumberCell.h index bcb506b..cdd2d8c 100644 --- a/JavaScriptCore/runtime/JSNumberCell.h +++ b/JavaScriptCore/runtime/JSNumberCell.h @@ -62,7 +62,6 @@ namespace JSC { virtual UString toString(ExecState*) const; virtual JSObject* toObject(ExecState*) const; - virtual UString toThisString(ExecState*) const; virtual JSObject* toThisObject(ExecState*) const; virtual JSValue getJSNumber(); |