Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 237f9de76e1f7a2f30596c81806371fa56ade019..d4f57cd7e2df27b4537db68d27ef5ac4f2220796 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -333,6 +333,7 @@ namespace internal { |
| F(SetIsObserved, 1, 1) \ |
| F(GetObservationState, 0, 1) \ |
| F(ObservationWeakMapCreate, 0, 1) \ |
| + F(UnwrapGlobalProxy, 1, 1) \ |
| F(IsAccessAllowedForObserver, 3, 1) \ |
| \ |
| /* Harmony typed arrays */ \ |