Index: Source/core/html/HTMLDocument.idl |
diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl |
index 9066ca233c069c67b6296d0b058f0410de4c8139..425a44706e609b5307a77415de2736e74d8a44be 100644 |
--- a/Source/core/html/HTMLDocument.idl |
+++ b/Source/core/html/HTMLDocument.idl |
@@ -41,7 +41,6 @@ interface HTMLDocument : Document { |
[MeasureAs=DocumentCaptureEvents] void captureEvents(); |
[MeasureAs=DocumentReleaseEvents] void releaseEvents(); |
- [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString dir; |
[TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString designMode; |
readonly attribute DOMString compatMode; |