| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 6de237da3cfda83ca0b3e0ab800d7cd851883e22..82e3ece737c10e8b1975eb5f86c3d1b0f182d1be 100644
|
| --- a/src/debug.cc
|
| +++ b/src/debug.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -92,7 +92,7 @@ static Handle<Code> ComputeCallDebugBreak(int argc, Code::Kind kind) {
|
| }
|
|
|
|
|
| -static Handle<Code> ComputeCallDebugPrepareStepIn(int argc, Code::Kind kind) {
|
| +static Handle<Code> ComputeCallDebugPrepareStepIn(int argc, Code::Kind kind) {
|
| Isolate* isolate = Isolate::Current();
|
| CALL_HEAP_FUNCTION(
|
| isolate,
|
|
|