| Index: ios/web/webui/mojo_js_constants.cc
|
| diff --git a/ios/web/webui/mojo_js_constants.cc b/ios/web/webui/mojo_js_constants.cc
|
| index ac6227f8e14dcaa438bb2fedff4987d17c306c72..a58645896b72f392bb9d6c4204ff942764cbd597 100644
|
| --- a/ios/web/webui/mojo_js_constants.cc
|
| +++ b/ios/web/webui/mojo_js_constants.cc
|
| @@ -14,5 +14,6 @@ const char kSupportModuleName[] = "mojo/public/js/support";
|
| const char kCoreModuleName[] = "mojo/public/js/core";
|
| const char kInterfaceProviderModuleName[] =
|
| "content/public/renderer/frame_interfaces";
|
| +const char kTimerModuleName[] = "timer";
|
|
|
| } // namespace web
|
|
|