Index: Source/core/dom/Text.idl |
diff --git a/Source/core/dom/Text.idl b/Source/core/dom/Text.idl |
index 9ccd7e0453e80741519a62e5ae92c2bccd0f9a4f..f8b1a150c550d50190f3849a624cb4d667929065 100644 |
--- a/Source/core/dom/Text.idl |
+++ b/Source/core/dom/Text.idl |
@@ -29,8 +29,4 @@ |
// Introduced in DOM Level 3: |
readonly attribute DOMString wholeText; |
Text replaceWholeText([Default=Undefined] optional DOMString content); |
- // ShadowAware API |
- [ImplementedAs=insertionParentForBinding, PerWorldBindings] readonly attribute Node webkitInsertionParent; |
- |
}; |
- |