Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 453a54ca6567e0068cac28facdc052f701cb6e90..794844aac43852a7496d161dc8b1d166226959f2 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -2067,7 +2067,7 @@ 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) |