Index: src/runtime.cc |
=================================================================== |
--- src/runtime.cc (revision 2149) |
+++ src/runtime.cc (working copy) |
@@ -6336,10 +6336,9 @@ |
// Materialize the content of the closure scope into a JSObject. |
return MaterializeClosure(CurrentContext()); |
break; |
- default: |
- UNREACHABLE(); |
- return Handle<JSObject>(); |
} |
+ UNREACHABLE(); |
+ return Handle<JSObject>(); |
} |
// Return the context for this scope. For the local context there might not |