diff options
Diffstat (limited to 'www/chromium/files/patch-ui_webui_resources_js_cr.js')
-rw-r--r-- | www/chromium/files/patch-ui_webui_resources_js_cr.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-ui_webui_resources_js_cr.js b/www/chromium/files/patch-ui_webui_resources_js_cr.js index 4863df7f9ff1..2df5b1190a27 100644 --- a/www/chromium/files/patch-ui_webui_resources_js_cr.js +++ b/www/chromium/files/patch-ui_webui_resources_js_cr.js @@ -1,8 +1,8 @@ ---- ui/webui/resources/js/cr.js.orig 2019-09-09 21:55:47 UTC +--- ui/webui/resources/js/cr.js.orig 2019-12-16 21:51:34 UTC +++ ui/webui/resources/js/cr.js -@@ -436,6 +436,11 @@ var cr = cr || function(global) { - get doc() { - return document; +@@ -437,6 +437,11 @@ var cr = cr || function(global) { + get isMac() { + return /Mac/.test(navigator.platform); }, + + /** Whether this is on *BSD. */ @@ -10,5 +10,5 @@ + return /BSD/.test(navigator.userAgent); + }, - /** Whether we are using a Mac or not. */ - get isMac() { + /** Whether this is on the Windows platform or not. */ + get isWindows() { |