Index: extensions/renderer/api_last_error.cc |
diff --git a/extensions/renderer/api_last_error.cc b/extensions/renderer/api_last_error.cc |
index 2dafc5e16a2446b916eb904a503d8939f9b6729f..12111d23d1398e4119f452a46b57b618413c12dc 100644 |
--- a/extensions/renderer/api_last_error.cc |
+++ b/extensions/renderer/api_last_error.cc |
@@ -143,7 +143,7 @@ void APILastError::ClearError(v8::Local<v8::Context> context, |
// This Delete() can fail, but there's nothing to do if it does (the exception |
// will be caught by the TryCatch above). |
- parent->Delete(context, key); |
+ parent->Delete(context, key).ToChecked(); |
} |
} // namespace extensions |