| Index: src/debug/debug-scopes.h
|
| diff --git a/src/debug/debug-scopes.h b/src/debug/debug-scopes.h
|
| index a7e2a45cc8c1fcedb8d6c55491582320673c115d..fbdf632687320ba0c47c3ce7d982a8623aad1f86 100644
|
| --- a/src/debug/debug-scopes.h
|
| +++ b/src/debug/debug-scopes.h
|
| @@ -96,8 +96,7 @@ class ScopeIterator {
|
| }
|
|
|
| inline Handle<JSFunction> GetFunction() {
|
| - return Handle<JSFunction>(
|
| - JSFunction::cast(frame_inspector_->GetFunction()));
|
| + return Handle<JSFunction>::cast(frame_inspector_->GetFunction());
|
| }
|
|
|
| static bool InternalizedStringMatch(void* key1, void* key2) {
|
|
|