Commit e53faad1 authored by Rob Buis's avatar Rob Buis Committed by Commit Bot

Remove kLatestVersion constant

Seems this is not used (anymore).

Change-Id: I3ac38799038231537d4fbc16428d1b523c7528b1
Reviewed-on: https://chromium-review.googlesource.com/728319Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Rob Buis <rob.buis@samsung.com>
Cr-Commit-Position: refs/heads/master@{#510148}
parent 461bf1f9
...@@ -43,8 +43,6 @@ class CORE_EXPORT V8ScriptValueSerializer ...@@ -43,8 +43,6 @@ class CORE_EXPORT V8ScriptValueSerializer
RefPtr<SerializedScriptValue> Serialize(v8::Local<v8::Value>, RefPtr<SerializedScriptValue> Serialize(v8::Local<v8::Value>,
ExceptionState&); ExceptionState&);
static const uint32_t kLatestVersion;
protected: protected:
// Returns true if the DOM object was successfully written. // Returns true if the DOM object was successfully written.
// If false is returned and no more specific exception is thrown, a generic // If false is returned and no more specific exception is thrown, a generic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment