Index: runtime/third_party/double-conversion/README.dart |
diff --git a/runtime/third_party/double-conversion/README.dart b/runtime/third_party/double-conversion/README.dart |
index 6cf6b69724d53e0a20c3717d5264b5c3fd27ae40..5871e3868269d1a75b3fe27482b0da906522626c 100644 |
--- a/runtime/third_party/double-conversion/README.dart |
+++ b/runtime/third_party/double-conversion/README.dart |
@@ -9,3 +9,5 @@ for v8. |
Local Modifications: |
Removed the test directory, the Makefile and the scons-files. |
+Wrapped ASSERT, UNIMPLEMENTED and UNREACHABLE macros into #ifndef. |
+Changed memcpy to memmove. |