| 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 8cea946446e889df8715f73bf43204a48f996972..dee266cf28481b1a51108c1b8026060f3dec25b7 100644
|
| --- a/tools/dom/scripts/generate_blink_file.py
|
| +++ b/tools/dom/scripts/generate_blink_file.py
|
| @@ -133,6 +133,7 @@ class Blink_Utils {
|
| 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";
|
| + static setInstanceInterceptorCustomUpgrade(o) native "Utils_setInstanceInterceptorCustomUpgrade";
|
|
|
| // This method will throw if the element isn't actually a real Element.
|
| static initializeCustomElement(element) native "Utils_initializeCustomElement";
|
|
|