Index: samples/matrix/matrix_server.dart |
diff --git a/samples/matrix/matrix_server.dart b/samples/matrix/matrix_server.dart |
index 58a015721bbeb7b677063d1e7396c34d01e916e2..be84c802f5e6380bbfe35390e26e774cc3a356f8 100644 |
--- a/samples/matrix/matrix_server.dart |
+++ b/samples/matrix/matrix_server.dart |
@@ -3,8 +3,9 @@ |
// BSD-style license that can be found in the LICENSE file. |
/** |
- * Library definition file for the matrix library for non-browser applications. |
- * (This gets Float32Array from float32.dart, rather than #import'ing dart:dom.) |
+ * Library definition file for the matrix library for non-browser |
+ * applications. (This gets Float32Array from float32.dart, rather |
+ * than #import'ing dart:dom_deprecated.) |
*/ |
#library("matrix"); |
#source("matrix4.dart"); |