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

Unified Diff: mojo/bindings/js/support.cc

Issue 651523002: [Mojo] Fix the namespace for HandleWrapper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/bindings/js/handle_close_observer.h ('k') | mojo/bindings/js/waiting_callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/bindings/js/support.cc
diff --git a/mojo/bindings/js/support.cc b/mojo/bindings/js/support.cc
index 1c82f17c0876caa87bdddfe9be855c680a6d4e3e..b90953de1f17402114b2a80ef9dfd940af0c3715 100644
--- a/mojo/bindings/js/support.cc
+++ b/mojo/bindings/js/support.cc
@@ -22,7 +22,7 @@ namespace js {
namespace {
WaitingCallback* AsyncWait(const gin::Arguments& args,
- gin::Handle<gin::HandleWrapper> handle,
+ gin::Handle<HandleWrapper> handle,
MojoHandleSignals signals,
v8::Handle<v8::Function> callback) {
return WaitingCallback::Create(args.isolate(), callback, handle, signals)
« no previous file with comments | « mojo/bindings/js/handle_close_observer.h ('k') | mojo/bindings/js/waiting_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698