| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 46661b681eb20940b4446b28ecbce04df7152c75..73566d885e39f986b62ce5ff3513dcbfcf2fc477 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1036,7 +1036,7 @@ template <class C> inline bool Is(Object* obj);
|
| V(kCopyBuffersOverlap, "Copy buffers overlap") \
|
| V(kCouldNotGenerateZero, "Could not generate +0.0") \
|
| V(kCouldNotGenerateNegativeZero, "Could not generate -0.0") \
|
| - V(kDebuggerIsActive, "Debugger is active") \
|
| + V(kDebuggerHasBreakPoints, "Debugger has break points") \
|
| V(kDebuggerStatement, "DebuggerStatement") \
|
| V(kDeclarationInCatchContext, "Declaration in catch context") \
|
| V(kDeclarationInWithContext, "Declaration in with context") \
|
|
|