Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(934)

Unified Diff: mojo/edk/js/core.cc

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/js/core.h ('k') | mojo/edk/js/drain_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/core.cc
diff --git a/mojo/edk/js/core.cc b/mojo/edk/js/core.cc
index c4c4656d408148f075b81b74650793eb92014389..f1fc9167e899253d2211c5bc5088e95525446232 100644
--- a/mojo/edk/js/core.cc
+++ b/mojo/edk/js/core.cc
@@ -24,6 +24,7 @@
namespace mojo {
namespace edk {
+namespace js {
namespace {
@@ -285,8 +286,8 @@ v8::Handle<v8::Value> DoDrainData(gin::Arguments* args,
}
bool IsHandle(gin::Arguments* args, v8::Handle<v8::Value> val) {
- gin::Handle<mojo::edk::HandleWrapper> ignore_handle;
- return gin::Converter<gin::Handle<mojo::edk::HandleWrapper>>::FromV8(
+ gin::Handle<mojo::edk::js::HandleWrapper> ignore_handle;
+ return gin::Converter<gin::Handle<mojo::edk::js::HandleWrapper>>::FromV8(
args->isolate(), val, &ignore_handle);
}
@@ -378,5 +379,6 @@ v8::Local<v8::Value> Core::GetModule(v8::Isolate* isolate) {
return templ->NewInstance();
}
+} // namespace js
} // namespace edk
} // namespace mojo
« no previous file with comments | « mojo/edk/js/core.h ('k') | mojo/edk/js/drain_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698