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 809b2e52ad5197fdd60b5960678a093f86430cb4..bf5f0b6a6383ca9c9229d3de593a888f4b66636f 100644 |
--- a/tools/dom/templates/html/impl/impl_DOMException.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_DOMException.darttemplate |
@@ -47,6 +47,7 @@ $if JSINTEROP |
// To suppress missing implicit constructor warnings. |
factory DomException._() { throw new UnsupportedError("Not supported"); } |
+ @Deprecated("Internal Use Only") |
static DomException internalCreateDomException() { |
return new DomException._internalWrap(); |
} |