| Index: extensions/renderer/dispatcher.cc
|
| diff --git a/extensions/renderer/dispatcher.cc b/extensions/renderer/dispatcher.cc
|
| index 5a90f7088f93fac9220e79ebeb5f0d064ecf00be..91c1cbd802154e83c2181c47900dda564197ec24 100644
|
| --- a/extensions/renderer/dispatcher.cc
|
| +++ b/extensions/renderer/dispatcher.cc
|
| @@ -495,6 +495,8 @@ std::vector<std::pair<std::string, int> > Dispatcher::GetJsResources() {
|
| std::make_pair(mojo::kRouterModuleName, IDR_MOJO_ROUTER_JS));
|
| resources.push_back(
|
| std::make_pair(mojo::kUnicodeModuleName, IDR_MOJO_UNICODE_JS));
|
| + resources.push_back(
|
| + std::make_pair(mojo::kValidatorModuleName, IDR_MOJO_VALIDATOR_JS));
|
|
|
| // Custom bindings.
|
| resources.push_back(
|
|
|