Index: content/renderer/web_ui_runner.cc |
diff --git a/content/renderer/web_ui_runner.cc b/content/renderer/web_ui_runner.cc |
index 78c914a71e6c2a8abd75d3017be70dfca9f6a9a3..a091636cc942b83699cbb43ef86975268ddebb1a 100644 |
--- a/content/renderer/web_ui_runner.cc |
+++ b/content/renderer/web_ui_runner.cc |
@@ -9,7 +9,6 @@ |
#include "gin/public/context_holder.h" |
#include "mojo/bindings/js/core.h" |
#include "mojo/bindings/js/support.h" |
-#include "mojo/bindings/js/unicode.h" |
#include "third_party/WebKit/public/web/WebFrame.h" |
#include "third_party/WebKit/public/web/WebScriptSource.h" |
@@ -48,10 +47,6 @@ void WebUIRunner::RegisterBuiltinModules() { |
mojo::js::Support::kModuleName, |
mojo::js::Support::GetModule( |
context_holder_->isolate())); |
- registry->AddBuiltinModule(context_holder_->isolate(), |
- mojo::js::Unicode::kModuleName, |
- mojo::js::Unicode::GetModule( |
- context_holder_->isolate())); |
} |
void WebUIRunner::Run(const std::string& source, |