Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 3d1078588a16ce578ea3171c6a5c6810eda75862..68007589ae070b582d1ec5f404a3318a1a990b6b 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -449,7 +449,6 @@ namespace internal { |
| F(GetIndexedInterceptorElementNames, 1, 1) \ |
| F(OwnKeys, 1, 1) \ |
| F(ToFastProperties, 1, 1) \ |
| - F(NewStringWrapper, 1, 1) \ |
| F(AllocateHeapNumber, 0, 1) \ |
| F(NewObject, 2, 1) \ |
| F(NewObjectWithAllocationSite, 3, 1) \ |