servo: Merge #10090 - Add link to tracking issue for NavigatorLanguage::Languages (from servo:tracking-nav-langs); r=ecoal95

Source-Repo: https://github.com/servo/servo
Source-Revision: 98a1b17ceca5214d0fad02e906e86e0724aa8af4
This commit is contained in:
Corey Farwell 2016-03-20 09:01:10 +05:01
parent 1ab0b58897
commit 6431cc60b3

View File

@ -36,5 +36,6 @@ interface NavigatorBluetooth {
[NoInterfaceObject/*, Exposed=Window,Worker*/]
interface NavigatorLanguage {
readonly attribute DOMString language;
// https://github.com/servo/servo/issues/10073
//readonly attribute DOMString[] languages;
};