Index: runtime/lib/regexp_patch.dart |
diff --git a/runtime/lib/regexp_patch.dart b/runtime/lib/regexp_patch.dart |
index 9b23430b3e93f30a46cf1dbebc6af2eb4e58f4a1..7e8bc194998bc87e03a34545c7f33797eb1f6035 100644 |
--- a/runtime/lib/regexp_patch.dart |
+++ b/runtime/lib/regexp_patch.dart |
@@ -5,7 +5,7 @@ |
import "dart:collection" show LinkedList, LinkedListEntry; |
@patch class RegExp { |
- /* @patch */ factory RegExp(String source, |
+ @patch factory RegExp(String source, |
{bool multiLine: false, |
bool caseSensitive: true}) { |
_RegExpHashKey key = new _RegExpHashKey( |