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

Unified Diff: mojo/dart/embedder/test/dart_to_cpp_tests.cc

Issue 800523004: Dart: Simplifies the handle watcher. Various cleanups and bugfixes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: cleanup Created 5 years, 11 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/dart/embedder/test/BUILD.gn ('k') | mojo/dart/embedder/test/dart_to_cpp_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/test/dart_to_cpp_tests.cc
diff --git a/mojo/dart/embedder/test/dart_to_cpp_tests.cc b/mojo/dart/embedder/test/dart_to_cpp_tests.cc
index 59445f33d676c59bcfeb8bd6d7d00cdbc6c3990c..e60e104bb64e7dabd55e353b3327f5aa316ca6f9 100644
--- a/mojo/dart/embedder/test/dart_to_cpp_tests.cc
+++ b/mojo/dart/embedder/test/dart_to_cpp_tests.cc
@@ -249,7 +249,7 @@ class DartToCppTest : public testing::Test {
bool RunTest(const std::string& test, CppSideConnection* cpp_side) {
// Putting Dart on its own thread so we can use Dart_RunLoop (called from
- // DartController::runDartScript) and base::RunLoop::Run together. Passing
+ // DartController::RunDartScript) and base::RunLoop::Run together. Passing
// the thread to RunWithDartOnThread instead of inlining that function here
// so that we are sure the MessagePipe destructor runs and closes the
// handles on the C++ side before the Thread destructor runs and joins on
« no previous file with comments | « mojo/dart/embedder/test/BUILD.gn ('k') | mojo/dart/embedder/test/dart_to_cpp_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698