diff options
Diffstat (limited to 'JavaScriptCore/runtime/JSONObject.h')
-rw-r--r-- | JavaScriptCore/runtime/JSONObject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/JavaScriptCore/runtime/JSONObject.h b/JavaScriptCore/runtime/JSONObject.h index 905e4bc..7a9e0a4 100644 --- a/JavaScriptCore/runtime/JSONObject.h +++ b/JavaScriptCore/runtime/JSONObject.h @@ -57,6 +57,8 @@ namespace JSC { static const ClassInfo info; }; + UString JSONStringify(ExecState* exec, JSValue value, unsigned indent); + } // namespace JSC #endif // JSONObject_h |