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

Unified Diff: mojo/dart/packages/mojo/lib/src/buffer.dart

Issue 1978593002: Make the dart:mojo.internal import configuration specific. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add test. Created 4 years, 7 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/packages/mojo/lib/core.dart ('k') | mojo/dart/packages/mojo/lib/src/handle.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/packages/mojo/lib/src/buffer.dart
diff --git a/mojo/dart/packages/mojo/lib/src/buffer.dart b/mojo/dart/packages/mojo/lib/src/buffer.dart
index df55eab5f742f77329ba920dc65f9150e90ed946..b3de67dbb34057e916703d4648d232ad5f080eef 100644
--- a/mojo/dart/packages/mojo/lib/src/buffer.dart
+++ b/mojo/dart/packages/mojo/lib/src/buffer.dart
@@ -60,8 +60,7 @@ class MojoSharedBuffer {
return null;
}
- List result =
- MojoSharedBufferNatives.GetInformation(handle.h);
+ List result = MojoSharedBufferNatives.GetInformation(handle.h);
if (result[0] != MojoResult.kOk) {
_status = result[0];
« no previous file with comments | « mojo/dart/packages/mojo/lib/core.dart ('k') | mojo/dart/packages/mojo/lib/src/handle.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698