Chromium Code Reviews| Index: src/virtual-frame.cc |
| =================================================================== |
| --- src/virtual-frame.cc (revision 1298) |
| +++ src/virtual-frame.cc (working copy) |
| @@ -475,7 +475,6 @@ |
| } |
| -#ifdef DEBUG |
| bool FrameElement::Equals(FrameElement other) { |
| if (type() != other.type()) return false; |
| if (is_synced() != other.is_synced()) return false; |
| @@ -514,6 +513,5 @@ |
| return true; |
| } |
| -#endif |
| } } // namespace v8::internal |