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

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 web platfom test for InputEvent 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
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;
};

Powered by Google App Engine
This is Rietveld 408576698