Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: third_party/WebKit/Source/core/dom/Document.idl

Issue 1415503007: Remove [TreatNullAs=NullString] from title attribute on Document (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698