Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 70568f9fa81cc61fb14c2b405fc57fe9a9893991..6bd57976495b7826788638f0fd4b4360d98cbe30 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -351,7 +351,7 @@ namespace internal { |
| \ |
| /* Harmony observe */ \ |
| F(IsObserved, 1, 1) \ |
| - F(SetIsObserved, 2, 1) \ |
| + F(SetIsObserved, 1, 1) \ |
| F(SetObserverDeliveryPending, 0, 1) \ |
| F(GetObservationState, 0, 1) \ |
| F(ObservationWeakMapCreate, 0, 1) \ |