Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 158322ffbebf37ef584faf1d4c1cc43b936b0d7a..8e084ded9a5bda7a762ef40438dcd564fdf8d9ea 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -2512,7 +2512,6 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor { |
bool IsConfigurable() const { return lookup_.IsConfigurable(); } |
bool IsReadOnly() const { return lookup_.IsReadOnly(); } |
- bool IsCacheable() const { return lookup_.IsCacheable(); } |
private: |
Handle<Object> GetAccessorsFromMap(Handle<Map> map) const { |