summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/JSONValues.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/platform/JSONValues.h')
-rw-r--r--third_party/WebKit/Source/platform/JSONValues.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/Source/platform/JSONValues.h b/third_party/WebKit/Source/platform/JSONValues.h
index bdb9d2d..44e42c1 100644
--- a/third_party/WebKit/Source/platform/JSONValues.h
+++ b/third_party/WebKit/Source/platform/JSONValues.h
@@ -323,6 +323,7 @@ public:
using JSONArrayBase::end;
};
+PLATFORM_EXPORT void escapeStringForJSON(const String&, StringBuilder*);
void doubleQuoteStringForJSON(const String&, StringBuilder*);
} // namespace blink