Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index ea94b8daffb467a01d8617af3c6d19dd003977d1..0c5a54c598d892320fa1ff4565e545b54a70b9ae 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -929,6 +929,7 @@ class Isolate { |
| } |
| #endif |
| + inline bool IsDebuggerActive(); |
| inline bool DebuggerHasBreakPoints(); |
| #ifdef DEBUG |