| Index: mojo/public/bindings/js/core_unittests.js
|
| diff --git a/mojo/public/bindings/js/core_unittests.js b/mojo/public/bindings/js/core_unittests.js
|
| index 6f4e30c9e41984f780929bcf19b45e079b93b44b..555bdde90d0cb9b90422a9b8a2fd820ed6c7b72c 100644
|
| --- a/mojo/public/bindings/js/core_unittests.js
|
| +++ b/mojo/public/bindings/js/core_unittests.js
|
| @@ -2,7 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -define(["gtest", "core"], function(gtest, core) {
|
| +define([
|
| + "gtest",
|
| + "mojo/public/bindings/js/core",
|
| + ], function(gtest, core) {
|
| runWithPipe(testNop);
|
| runWithPipe(testReadAndWriteMessage);
|
| this.result = "PASS";
|
|
|