Index: src/frames.h |
diff --git a/src/frames.h b/src/frames.h |
index 835386ea0c2fd08e4a8ef7aedff6db2f424d08a3..cce636e2c295defae8076e47796d1bac8b765bc0 100644 |
--- a/src/frames.h |
+++ b/src/frames.h |
@@ -66,13 +66,6 @@ class InnerPointerToCodeCache { |
}; |
-// Every try-block pushes the context register. |
-class TryBlockConstant : public AllStatic { |
- public: |
- static const int kElementCount = 1; |
-}; |
- |
- |
class StackHandlerConstants : public AllStatic { |
public: |
static const int kNextOffset = 0 * kPointerSize; |
@@ -894,7 +887,6 @@ class JavaScriptFrame : public StandardFrame { |
// Lookup exception handler for current {pc}, returns -1 if none found. Also |
// returns data associated with the handler site specific to the frame type: |
- // - JavaScriptFrame : Data is the stack depth at entry of the try-block. |
// - OptimizedFrame : Data is the stack slot count of the entire frame. |
// - InterpretedFrame: Data is the register index holding the context. |
virtual int LookupExceptionHandlerInTable( |