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

Unified Diff: chrome/test/data/dromaeo/lib/dojo.js

Issue 2499923002: Update dromaeo to upstream a876d5250befbc41e2deab9d10cf6085b511d5ed (Closed)
Patch Set: Removing unrelated files Created 4 years, 1 month 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: chrome/test/data/dromaeo/lib/dojo.js
diff --git a/chrome/test/data/dromaeo/lib/dojo.js b/chrome/test/data/dromaeo/lib/dojo.js
index 3110641259baeaefa3dfa6c3ea7bc60c299dcc6f..023ed497d5e4c165eeb32a34c5902ccb4532af71 100644
--- a/chrome/test/data/dromaeo/lib/dojo.js
+++ b/chrome/test/data/dromaeo/lib/dojo.js
@@ -2587,7 +2587,7 @@ dojo.Deferred = function(/*Function?*/ canceller){
// | promptUserToRecover();
// | });
//
- // Note that the caller doesn't have to change his code at all to
+ // Note that callers don't have to change their code at all to
// handle the asynchronous case.
this.chain = [];
@@ -4190,7 +4190,7 @@ if(dojo.isIE || dojo.isOpera){
// Opera documentation claims that Opera 9 uses border-box in BackCompat mode.
// but experiments (Opera 9.10.8679 on Windows Vista) indicate that it actually continues to use content-box.
// IIRC, earlier versions of Opera did in fact use border-box.
- // Opera guys, this is really confusing. Opera being broken in quirks mode is not our fault.
+ // Opera people, this is really confusing. Opera being broken in quirks mode is not our fault.
if(d.isIE /*|| dojo.isOpera*/){
var _dcm = document.compatMode;

Powered by Google App Engine
This is Rietveld 408576698