Index: sdk/lib/_blink/dartium/_blink_dartium.dart |
diff --git a/sdk/lib/_blink/dartium/_blink_dartium.dart b/sdk/lib/_blink/dartium/_blink_dartium.dart |
index 4fd6341ac61074aa7db27e0ff4681da4d4a4b831..cae50751f9aeada2686d495b9aad0a2805cbca6c 100644 |
--- a/sdk/lib/_blink/dartium/_blink_dartium.dart |
+++ b/sdk/lib/_blink/dartium/_blink_dartium.dart |
@@ -37966,7 +37966,7 @@ class Blink_Utils { |
} |
// Defines an interceptor if there is an appropriate JavaScript prototype to define it on. |
- // In any case, returns a typed JS wrapper compatibile with dart:html and the new |
+ // In any case, returns a typed JS wrapper compatible with dart:html and the new |
// typed JS Interop. |
static defineInterceptorCustomElement(jsObject, Type type) |
native "Utils_defineInterceptorCustomElement"; |