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

Unified Diff: gin/test/expect.js

Issue 108723006: Gin: Fix console module to be varargs again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ad Created 7 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
« no previous file with comments | « gin/modules/console.cc ('k') | mojo/apps/js/bindings/connector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/test/expect.js
diff --git a/gin/test/expect.js b/gin/test/expect.js
index 415445645e3112ef53b94582ec0c5ba864ecc387..b5e0f216e7890e73c96f09c9033274f0c23879f9 100644
--- a/gin/test/expect.js
+++ b/gin/test/expect.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-define(["console"], function(console) {
+define(function() {
// Equality function based on isEqual in
// Underscore.js 1.5.2
// http://underscorejs.org
« no previous file with comments | « gin/modules/console.cc ('k') | mojo/apps/js/bindings/connector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698