| Index: tools/dom/scripts/generate_blink_file.py
|
| diff --git a/tools/dom/scripts/generate_blink_file.py b/tools/dom/scripts/generate_blink_file.py
|
| index 2b119ed268fb64f4c50883816b5b943ba759defa..1aba258c70e895b219e80f19bee8525d998cd67d 100644
|
| --- a/tools/dom/scripts/generate_blink_file.py
|
| +++ b/tools/dom/scripts/generate_blink_file.py
|
| @@ -139,7 +139,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";
|
| static defineInterceptor(jsObject, Type type) native "Utils_defineInterceptor";
|
|
|