Index: Source/core/dom/Element.idl |
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl |
index 229349dd18b06afad935efc8eaccb51610cf35df..cce1359ffc1af4f036f2197652941dff9640318b 100644 |
--- a/Source/core/dom/Element.idl |
+++ b/Source/core/dom/Element.idl |
@@ -111,7 +111,6 @@ |
[RaisesException, ImplementedAs=matches, MeasureAs=ElementPrefixedMatchesSelector] boolean webkitMatchesSelector(DOMString selectors); |
// Shadow DOM API |
- [Reflect, TreatNullAs=NullString, PerWorldBindings] attribute DOMString pseudo; |
[RaisesException] ShadowRoot createShadowRoot(); |
[PerWorldBindings] readonly attribute ShadowRoot shadowRoot; |
[PerWorldBindings] NodeList getDestinationInsertionPoints(); |