| 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..44e42c1bbceaddcf1a6e4c3d290216063f00ff41 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
|
|
|