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

Unified Diff: sky/engine/core/script/dart_controller.cc

Issue 962043002: Expose Android sensors to via Mojo services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Review comments Created 5 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 | « sky/apk/demo/AndroidManifest.xml ('k') | sky/examples/shell/sensor.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/script/dart_controller.cc
diff --git a/sky/engine/core/script/dart_controller.cc b/sky/engine/core/script/dart_controller.cc
index b440d420dd189d7a0b181b334a1b4b7520447089..bc642fd430d768e79d0108139570cd0c0b18caef 100644
--- a/sky/engine/core/script/dart_controller.cc
+++ b/sky/engine/core/script/dart_controller.cc
@@ -154,7 +154,6 @@ void DartController::ExecuteLibraryInModule(AbstractModule* module,
}
static void UnhandledExceptionCallback(Dart_Handle error) {
- DCHECK(!Dart_IsError(error));
LOG(ERROR) << Dart_GetError(error);
}
« no previous file with comments | « sky/apk/demo/AndroidManifest.xml ('k') | sky/examples/shell/sensor.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698