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

Unified Diff: runtime/bin/file_patch.dart

Issue 2761673002: [dart:io][windows] Use WriteFile instead of _write (Closed)
Patch Set: Correctly calculate the number of bytes consumed Created 3 years, 9 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: runtime/bin/file_patch.dart
diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
index 8a7c10719ca34e9df4a8a92a25a1bc6a64c6130e..ec98f044f9d8de788798ec7e176c7333d74dfec0 100644
--- a/runtime/bin/file_patch.dart
+++ b/runtime/bin/file_patch.dart
@@ -55,7 +55,6 @@ class _RandomAccessFileOpsImpl extends NativeFieldWrapperClass1
length() native "File_Length";
flush() native "File_Flush";
lock(int lock, int start, int end) native "File_Lock";
- setTranslation(int translation) native "File_SetTranslation";
}

Powered by Google App Engine
This is Rietveld 408576698