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

Unified Diff: sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart

Issue 14426006: Rename dart:typeddata to dart:typed_data. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « runtime/vm/vm.gypi ('k') | sdk/lib/_internal/compiler/implementation/lib/typeddata_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart
diff --git a/sdk/lib/_internal/compiler/implementation/lib/typeddata_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart
similarity index 98%
rename from sdk/lib/_internal/compiler/implementation/lib/typeddata_patch.dart
rename to sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart
index ba50d05d69839b8dbd79b12f63811e6bd1526946..183dec21f1d9eff90dc338c337299dd944f69f2d 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/typeddata_patch.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/typed_data_patch.dart
@@ -2,9 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// This is an empty dummy patch file for the VM dart:typeddata library.
+// This is an empty dummy patch file for the VM dart:typed_data library.
// This is needed in order to be able to generate documentation for the
-// typeddata library.
+// typed_data library.
patch class Int8List {
patch factory Int8List(int length) {
« no previous file with comments | « runtime/vm/vm.gypi ('k') | sdk/lib/_internal/compiler/implementation/lib/typeddata_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698