| 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 03e0eedfd24a603182508b6b64a359e2f0a8de08..609fd8895211964fa32504e3ad55ca8e3cfe5f2d 100644
|
| --- a/sdk/lib/_blink/dartium/_blink_dartium.dart
|
| +++ b/sdk/lib/_blink/dartium/_blink_dartium.dart
|
| @@ -23301,6 +23301,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.
|
|
|