summaryrefslogtreecommitdiff
path: root/chromium/v8/third_party/inspector_protocol/crdtp/status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/third_party/inspector_protocol/crdtp/status.cc')
-rw-r--r--chromium/v8/third_party/inspector_protocol/crdtp/status.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/v8/third_party/inspector_protocol/crdtp/status.cc b/chromium/v8/third_party/inspector_protocol/crdtp/status.cc
index 4a8e03d3898..7181df97d16 100644
--- a/chromium/v8/third_party/inspector_protocol/crdtp/status.cc
+++ b/chromium/v8/third_party/inspector_protocol/crdtp/status.cc
@@ -113,6 +113,8 @@ std::string Status::Message() const {
return "BINDINGS: string8 value expected";
case Error::BINDINGS_BINARY_VALUE_EXPECTED:
return "BINDINGS: binary value expected";
+ case Error::BINDINGS_DICTIONARY_VALUE_EXPECTED:
+ return "BINDINGS: dictionary value expected";
}
// Some compilers can't figure out that we can't get here.
return "INVALID ERROR CODE";