Index: Source/core/dom/Text.idl |
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl |
index efb1a521806870f4d8b2e644b031ae02382f38a6..c2eae3a830318298eff6ad23a22fed9f0c3dedaf 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 |
- [PerWorldBindings] NodeList getDestinationInsertionPoints(); |
+ NodeList getDestinationInsertionPoints(); |
}; |