Index: Source/core/dom/Text.idl |
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl |
index 57e6dc0c8f816b8075a7e71ceb6e22a2185df0d4..efb1a521806870f4d8b2e644b031ae02382f38a6 100644 |
--- a/Source/core/dom/Text.idl |
+++ b/Source/core/dom/Text.idl |
@@ -30,5 +30,5 @@ |
[MeasureAs=TextReplaceWholeText] Text replaceWholeText(DOMString content); // Removed from DOM4. |
// Shadow DOM API |
- [RuntimeEnabled=ShadowDOM, PerWorldBindings] NodeList getDestinationInsertionPoints(); |
+ [PerWorldBindings] NodeList getDestinationInsertionPoints(); |
}; |