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

Unified Diff: third_party/WebKit/Source/core/frame/NavigatorLanguage.idl

Issue 2570203004: Fix low risk nullable => non nullable change for NavigatorLanguage.language (Closed)
Patch Set: Added InputEvent constructor platform test to MANIFEST Created 4 years 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/imported/wpt/uievents/constructors/inputevent-constructor.html ('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/frame/NavigatorLanguage.idl
diff --git a/third_party/WebKit/Source/core/frame/NavigatorLanguage.idl b/third_party/WebKit/Source/core/frame/NavigatorLanguage.idl
index 97fda80ba39a8f934271fff391efdbdcf1b5f651..1eac0216a0469d26ee2be06777e23fee9a261ec9 100644
--- a/third_party/WebKit/Source/core/frame/NavigatorLanguage.idl
+++ b/third_party/WebKit/Source/core/frame/NavigatorLanguage.idl
@@ -8,7 +8,7 @@
NoInterfaceObject,
Exposed=(Window,Worker),
] interface NavigatorLanguage {
- readonly attribute DOMString? language;
+ readonly attribute DOMString language;
// TODO(foolip): |languages| should be FrozenArray<DOMString>.
[CachedAttribute=hasLanguagesChanged] readonly attribute DOMString[] languages;
};
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/uievents/constructors/inputevent-constructor.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698