Index: tools/dom/templates/html/impl/impl_Range.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Range.darttemplate b/tools/dom/templates/html/impl/impl_Range.darttemplate |
index 3c1c080ed53e04235f94baf666c0a621e4307bcb..82ddf8bc6f838513398ab0e6fdc353416a57cd5f 100644 |
--- a/tools/dom/templates/html/impl/impl_Range.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Range.darttemplate |
@@ -20,10 +20,6 @@ $!MEMBERS |
* |
* * [createContextualFragment] |
*/ |
-$if DART2JS |
static bool get supportsCreateContextualFragment => |
JS('bool', '("createContextualFragment" in window.Range.prototype)'); |
-$else |
- static bool get supportsCreateContextualFragment => true; |
-$endif |
} |