Index: src/lookup.h |
diff --git a/src/lookup.h b/src/lookup.h |
index e2237abd63ac3d6fdf0ae9a443008576be39c6c0..f658b1382904c352d12e92b7f74b7dcac3ed6e65 100644 |
--- a/src/lookup.h |
+++ b/src/lookup.h |
@@ -138,10 +138,6 @@ class LookupIterator FINAL BASE_EMBEDDED { |
int GetAccessorIndex() const; |
int GetConstantIndex() const; |
Handle<PropertyCell> GetPropertyCell() const; |
- Handle<PropertyCell> GetTransitionPropertyCell() const { |
- DCHECK_EQ(TRANSITION, state_); |
- return Handle<PropertyCell>::cast(transition_); |
- } |
Handle<Object> GetAccessors() const; |
Handle<Object> GetDataValue() const; |
// Usually returns the value that was passed in, but may perform |