Index: samples/matrix/matrix_client.dart |
diff --git a/samples/matrix/matrix_client.dart b/samples/matrix/matrix_client.dart |
index d113a9f116f4f36f26397e5f8b380f540a7a9cff..f5ff43ea068f01aea3972db9fd4ddbfb8d01831e 100644 |
--- a/samples/matrix/matrix_client.dart |
+++ b/samples/matrix/matrix_client.dart |
@@ -3,9 +3,10 @@ |
// BSD-style license that can be found in the LICENSE file. |
/** |
- * Library definition file for the matrix library for browser applications. |
- * (This imports dart:dom because the Matrix4 class uses Float32Array. |
+ * Library definition file for the matrix library for browser |
+ * applications. (This imports dart:dom_deprecated because the |
+ * Matrix4 class uses Float32Array. |
*/ |
#library("matrix"); |
-#import("dart:dom"); |
+#import("dart:dom_deprecated"); |
#source("matrix4.dart"); |