| Index: src/debug/debug-scopes.h
 | 
| diff --git a/src/debug/debug-scopes.h b/src/debug/debug-scopes.h
 | 
| index 9560227874ff22d7c1a3cbe5ba84e5dbf9ab3055..1338e7bfcce19a7b7d01e595591412aa25b4915c 100644
 | 
| --- a/src/debug/debug-scopes.h
 | 
| +++ b/src/debug/debug-scopes.h
 | 
| @@ -153,7 +153,7 @@ class ScopeIterator {
 | 
|                                        Handle<JSObject> scope_object);
 | 
|    void CopyContextExtensionToScopeObject(Handle<Context> context,
 | 
|                                           Handle<JSObject> scope_object,
 | 
| -                                         KeyCollectionType type);
 | 
| +                                         KeyCollectionMode mode);
 | 
|  
 | 
|    // Get the chain of nested scopes within this scope for the source statement
 | 
|    // position. The scopes will be added to the list from the outermost scope to
 | 
| 
 |