Chromium Code Reviews| Index: src/debug/debug.h |
| diff --git a/src/debug/debug.h b/src/debug/debug.h |
| index 66dd7d8d6e49b8577410be73863feb44fee7924f..eff9f916ff4d272136b43a08d1aa7f74802634ab 100644 |
| --- a/src/debug/debug.h |
| +++ b/src/debug/debug.h |
| @@ -142,6 +142,7 @@ class BreakLocation { |
| protected: |
| explicit Iterator(Handle<DebugInfo> debug_info); |
| + int ReturnPosition(); |
| Handle<DebugInfo> debug_info_; |
| int break_index_; |