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

Unified Diff: sdk/lib/html/src/dart2js_TypedArrayFactoryProvider.dart

Issue 11361272: Adding missing 'part of html' statements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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: sdk/lib/html/src/dart2js_TypedArrayFactoryProvider.dart
diff --git a/sdk/lib/html/src/dart2js_TypedArrayFactoryProvider.dart b/sdk/lib/html/src/dart2js_TypedArrayFactoryProvider.dart
index 185a91ea4710d829f7c389aefd096b55965c0a28..af103a11ba7acc99fe8d4fe067973aba52235a2e 100644
--- a/sdk/lib/html/src/dart2js_TypedArrayFactoryProvider.dart
+++ b/sdk/lib/html/src/dart2js_TypedArrayFactoryProvider.dart
@@ -2,6 +2,8 @@
// 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.
+part of html;
+
class _TypedArrayFactoryProvider {
static Float32Array createFloat32Array(int length) => _F32(length);
« no previous file with comments | « sdk/lib/html/src/dart2js_MutationObserverSupported.dart ('k') | sdk/lib/html/src/dartium_FactoryProviders.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698