Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index cad4e670f7115ee20bcd710a4a72941227c48b47..559f44acadce8f63c1929c9da6bfeb68ee36b250 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -356,7 +356,7 @@ namespace dart { |
V(VMService_CancelStream, 1) \ |
V(VMService_RequestAssets, 0) \ |
V(VMService_DecodeAssets, 1) \ |
- V(VMService_spawnUriNotify, 2) \ |
+ V(VMService_spawnUriNotify, 2) |
// List of bootstrap native entry points used in the dart:mirror library. |
#define MIRRORS_BOOTSTRAP_NATIVE_LIST(V) \ |
@@ -408,7 +408,7 @@ namespace dart { |
V(ParameterMirror_type, 3) \ |
V(TypedefMirror_referent, 1) \ |
V(TypedefMirror_declaration, 1) \ |
- V(VariableMirror_type, 2) \ |
+ V(VariableMirror_type, 2) |
class BootstrapNatives : public AllStatic { |
public: |