| Index: mojo/public/js/bindings/router.js
|
| diff --git a/mojo/public/js/bindings/router.js b/mojo/public/js/bindings/router.js
|
| index a00fc0a05a0e7ddb041d69d71fc3fe65edd05f3c..648ecd455816f9549070470fe982248b9b8d7731 100644
|
| --- a/mojo/public/js/bindings/router.js
|
| +++ b/mojo/public/js/bindings/router.js
|
| @@ -62,7 +62,7 @@ define("mojo/public/js/bindings/router", [
|
|
|
| Router.prototype.handleIncomingMessage_ = function(message) {
|
| var v = new validator.Validator(message);
|
| - if (v.validateMessage() !== validator.validationError.NONE)
|
| + if (v.validateMessageHeader() !== validator.validationError.NONE)
|
| this.close();
|
|
|
| if (message.expectsResponse()) {
|
|
|