diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSONObject.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/JSONObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/JSONObject.h b/Source/JavaScriptCore/runtime/JSONObject.h index 3b8647714..b537b9144 100644 --- a/Source/JavaScriptCore/runtime/JSONObject.h +++ b/Source/JavaScriptCore/runtime/JSONObject.h @@ -61,7 +61,7 @@ namespace JSC { }; - UString JSONStringify(ExecState* exec, JSValue value, unsigned indent); + String JSONStringify(ExecState*, JSValue, unsigned indent); } // namespace JSC |