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

Unified Diff: third_party/mojo/src/mojo/public/cpp/environment/lib/default_async_waiter.cc

Issue 1358163006: Adds some code to help isolate where crash is happening (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 5 years, 3 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
Index: third_party/mojo/src/mojo/public/cpp/environment/lib/default_async_waiter.cc
diff --git a/third_party/mojo/src/mojo/public/cpp/environment/lib/default_async_waiter.cc b/third_party/mojo/src/mojo/public/cpp/environment/lib/default_async_waiter.cc
index 4a588a991f4b355214a8681e19eaf3edecda8ebf..6a6038f9e4a1d12068130e9570de8b3d9f276ae8 100644
--- a/third_party/mojo/src/mojo/public/cpp/environment/lib/default_async_waiter.cc
+++ b/third_party/mojo/src/mojo/public/cpp/environment/lib/default_async_waiter.cc
@@ -54,7 +54,8 @@ class RunLoopHandlerImpl : public RunLoopHandler {
MOJO_DISALLOW_COPY_AND_ASSIGN(RunLoopHandlerImpl);
};
-MojoAsyncWaitID AsyncWait(MojoHandle handle,
+MojoAsyncWaitID AsyncWait(int id,
+ MojoHandle handle,
MojoHandleSignals signals,
MojoDeadline deadline,
MojoAsyncWaitCallback callback,

Powered by Google App Engine
This is Rietveld 408576698