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

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

Issue 2380383003: Use sequence<T> instead of T[] where possible and document exceptions (Closed)
Patch Set: more Created 4 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
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 d36183d53d565ffb065ff1edad10f9ca8fcb7b32..97fda80ba39a8f934271fff391efdbdcf1b5f651 100644
--- a/third_party/WebKit/Source/core/frame/NavigatorLanguage.idl
+++ b/third_party/WebKit/Source/core/frame/NavigatorLanguage.idl
@@ -9,5 +9,6 @@
Exposed=(Window,Worker),
] interface NavigatorLanguage {
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