Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h

Issue 2686503005: Remove SerializedScriptValue::serialize and ScriptValueSerializer::serializeWTFString. (Closed)
Patch Set: Merge branch 'master' into delete-ssv Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
index 85f0f0dd9eb5ccce4ed86c365ebdee9c4745075d..7799d5bdeb580f4e500a39f68bac3c5b9629a4f3 100644
--- a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.h
@@ -79,7 +79,6 @@ class CORE_EXPORT SerializedScriptValue
Transferables*,
WebBlobInfoArray*,
ExceptionState&);
- static PassRefPtr<SerializedScriptValue> serialize(const String&);
static PassRefPtr<SerializedScriptValue> serializeAndSwallowExceptions(
v8::Isolate*,
v8::Local<v8::Value>);

Powered by Google App Engine
This is Rietveld 408576698