Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index a5c2f88b228e85993ffb5271e54cb83026d4254c..d1a5b73df0b2ec5ef145ebf636b5f4c151b82de4 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -904,7 +904,7 @@ class HICStub: public HydrogenCodeStub { |
class HandlerStub: public HICStub { |
public: |
- virtual Code::Kind GetCodeKind() const { return Code::STUB; } |
+ virtual Code::Kind GetCodeKind() const { return Code::HANDLER; } |
virtual int GetStubFlags() { return kind(); } |
protected: |