| Index: mojo/public/js/bindings/validation_unittests.js
|
| diff --git a/mojo/public/js/bindings/validation_unittests.js b/mojo/public/js/bindings/validation_unittests.js
|
| index 88ae7a8446ff7ed622e1af2ed731c33abcbe1e65..ae276fbc1d44b8a2ec63dfeab1b521d300b12467 100644
|
| --- a/mojo/public/js/bindings/validation_unittests.js
|
| +++ b/mojo/public/js/bindings/validation_unittests.js
|
| @@ -5,11 +5,12 @@
|
| define([
|
| "file",
|
| "gin/test/expect",
|
| + "mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom",
|
| "mojo/public/js/bindings/buffer",
|
| "mojo/public/js/bindings/codec",
|
| "mojo/public/js/bindings/tests/validation_test_input_parser",
|
| "mojo/public/js/bindings/validator",
|
| - ], function(file, expect, buffer, codec, parser, validator) {
|
| + ], function(file, expect, testInterface, buffer, codec, parser, validator) {
|
|
|
| function checkTestMessageParser() {
|
| function TestMessageParserFailure(message, input) {
|
|
|