| Index: tools/dom/templates/html/impl/impl_DOMException.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_DOMException.darttemplate b/tools/dom/templates/html/impl/impl_DOMException.darttemplate
|
| index 9bbae84381d3791ca1f042198da02b40b5ef53ef..498349bce7ca527de4e9d5fa9f496a5724c2e75f 100644
|
| --- a/tools/dom/templates/html/impl/impl_DOMException.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_DOMException.darttemplate
|
| @@ -52,12 +52,7 @@ $if JSINTEROP
|
| return new DomException._internalWrap();
|
| }
|
|
|
| - @Deprecated("Internal Use Only")
|
| - js.JsObject blink_jsObject;
|
| -
|
| - factory DomException._internalWrap() {
|
| - return new DomException.internal_();
|
| - }
|
| + external factory DomException._internalWrap();
|
|
|
| @Deprecated("Internal Use Only")
|
| DomException.internal_() { }
|
|
|