| Index: src/code-stubs.h | 
| diff --git a/src/code-stubs.h b/src/code-stubs.h | 
| index 8a3a2f7c6d6d1cb58d6258b8b31b42df89c4a490..50c0653a95c86d82119ef416f1995bc487f88f2a 100644 | 
| --- a/src/code-stubs.h | 
| +++ b/src/code-stubs.h | 
| @@ -78,7 +78,6 @@ class ObjectLiteral; | 
| V(BinaryOpIC)                               \ | 
| V(BinaryOpWithAllocationSite)               \ | 
| V(ToBooleanIC)                              \ | 
| -  V(RegExpConstructResult)                    \ | 
| V(TransitionElementsKind)                   \ | 
| /* --- TurboFanCodeStubs --- */             \ | 
| V(AllocateHeapNumber)                       \ | 
| @@ -1792,17 +1791,6 @@ class RegExpExecStub: public PlatformCodeStub { | 
| DEFINE_PLATFORM_CODE_STUB(RegExpExec, PlatformCodeStub); | 
| }; | 
|  | 
| -// TODO(jgruber): Remove this once all uses in regexp.js have been removed. | 
| -class RegExpConstructResultStub final : public HydrogenCodeStub { | 
| - public: | 
| -  explicit RegExpConstructResultStub(Isolate* isolate) | 
| -      : HydrogenCodeStub(isolate) { } | 
| - | 
| -  DEFINE_CALL_INTERFACE_DESCRIPTOR(RegExpConstructResult); | 
| -  DEFINE_HYDROGEN_CODE_STUB(RegExpConstructResult, HydrogenCodeStub); | 
| -}; | 
| - | 
| - | 
| // TODO(bmeurer/mvstanton): Turn CallConstructStub into ConstructICStub. | 
| class CallConstructStub final : public PlatformCodeStub { | 
| public: | 
|  |