Index: src/scopes.cc |
diff --git a/src/scopes.cc b/src/scopes.cc |
index 3762a571c5167b743b0acbf33416ff055f2448c4..a5b12f8144993161d1b0865b9dbb1ceedc82d74b 100644 |
--- a/src/scopes.cc |
+++ b/src/scopes.cc |
@@ -1378,7 +1378,7 @@ void Scope::LinkModules(CompilationInfo* info) { |
Accessors::MakeModuleExport(it.name(), var->index(), attr); |
Handle<Object> result = SetAccessor(instance, info); |
ASSERT(!(result.is_null() || result->IsUndefined())); |
- USE(result); |
+ USE(result); |
} |
} |
USE(JSObject::PreventExtensions(instance)); |