summaryrefslogtreecommitdiff
path: root/deps/v8/third_party/inspector_protocol/lib/base_string_adapter_h.template
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/third_party/inspector_protocol/lib/base_string_adapter_h.template')
-rw-r--r--deps/v8/third_party/inspector_protocol/lib/base_string_adapter_h.template6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/v8/third_party/inspector_protocol/lib/base_string_adapter_h.template b/deps/v8/third_party/inspector_protocol/lib/base_string_adapter_h.template
index 082c7c037e..8bf3c355c0 100644
--- a/deps/v8/third_party/inspector_protocol/lib/base_string_adapter_h.template
+++ b/deps/v8/third_party/inspector_protocol/lib/base_string_adapter_h.template
@@ -136,12 +136,6 @@ class {{config.lib.export_macro}} Binary {
std::unique_ptr<Value> toProtocolValue(const base::Value* value, int depth);
std::unique_ptr<base::Value> toBaseValue(Value* value, int depth);
-
-bool AppendStringValueToMapBinary(base::StringPiece in,
- base::StringPiece key, base::StringPiece value, std::string* out);
-bool AppendStringValueToMapJSON(base::StringPiece in,
- base::StringPiece key, base::StringPiece value, std::string* out);
-
{% for namespace in config.protocol.namespace %}
} // namespace {{namespace}}
{% endfor %}