Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a672108bdded874f05d431961bbcdaf5677ffc30..d3b4e2e3a04d1b2a7827cf56b12575e67cc09d37 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1268,8 +1268,7 @@ class Object { |
Isolate* isolate, Handle<Object> name, Handle<Object> value, |
ShouldThrow should_throw); |
MUST_USE_RESULT static Maybe<bool> SetDataProperty(LookupIterator* it, |
- Handle<Object> value, |
- ShouldThrow should_throw); |
+ Handle<Object> value); |
MUST_USE_RESULT static Maybe<bool> AddDataProperty( |
LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, |
ShouldThrow should_throw, StoreFromKeyed store_mode); |