Index: third_party/WebKit/Source/platform/JSONValues.h |
diff --git a/third_party/WebKit/Source/platform/JSONValues.h b/third_party/WebKit/Source/platform/JSONValues.h |
index bdb9d2d6880293d91fff51fe1f8bd8c964699ab4..3ec38bbae05abe0b71469de5bca3ecdcafbf9642 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; |
}; |
+void escapeStringForJSON(const String&, StringBuilder*); |
void doubleQuoteStringForJSON(const String&, StringBuilder*); |
} // namespace blink |