Index: third_party/WebKit/Source/core/dom/Document.idl |
diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl |
index 360e467aefbdd0305b88f682952488afa1986720..3f71ed5f2ae312b8224c138f19ca25cc791a8f87 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.idl |
+++ b/third_party/WebKit/Source/core/dom/Document.idl |
@@ -97,8 +97,7 @@ interface Document : Node { |
// DOM tree accessors |
[CustomElementCallbacks] attribute DOMString title; |
- // FIXME: dir should not have [TreatNullAs=NullString]. |
- [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString dir; |
+ [CustomElementCallbacks] attribute DOMString dir; |
[RaisesException=Setter, CustomElementCallbacks, PerWorldBindings, TypeChecking=Interface] attribute HTMLElement? body; |
readonly attribute HTMLHeadElement? head; |
[SameObject] readonly attribute HTMLCollection images; |