| 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 2f69b0cf5c67ed0ce25fd7115e465a00e5e321ee..cdac6975c2bd9dfc4f0b94bc91611d445ca5c36a 100644
|
| --- a/tools/dom/scripts/generate_blink_file.py
|
| +++ b/tools/dom/scripts/generate_blink_file.py
|
| @@ -131,6 +131,7 @@ class Blink_Utils {
|
| // In any case, returns a typed JS wrapper compatibile 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";
|
| static setInstanceInterceptor(o, Type type, {bool customElement: false}) native "Utils_setInstanceInterceptor";
|
|
|
| // This method will throw if the element isn't actually a real Element.
|
|
|