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 5c90a4d1ccfee662bff82b7a3113860d9451bb7d..0b6d7ab0d705e119e11028998271d58cfb9d188f 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.idl |
+++ b/third_party/WebKit/Source/core/dom/Document.idl |
@@ -95,8 +95,8 @@ interface Document : Node { |
readonly attribute DocumentReadyState readyState; |
// DOM tree accessors |
- // FIXME: title and dir should not have [TreatNullAs=NullString]. |
- [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString title; |
+ [CustomElementCallbacks] attribute DOMString title; |
+ // FIXME: dir should not have [TreatNullAs=NullString]. |
[TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString dir; |
[RaisesException=Setter, CustomElementCallbacks, PerWorldBindings, TypeChecking=Interface] attribute HTMLElement? body; |
readonly attribute HTMLHeadElement? head; |