Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 3a5c4546a7f35ac099924558bf8f97eb011487b2..6319acf1b4bd8b8c3ddb814965556b20e06f9625 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -324,7 +324,6 @@ 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 */ \ |