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

Unified Diff: runtime/lib/regexp_patch.dart

Issue 2230383003: Implement @patch annotation for patch class members (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: wip Created 4 years, 4 months 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
« no previous file with comments | « runtime/lib/profiler.dart ('k') | runtime/lib/resource_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « runtime/lib/profiler.dart ('k') | runtime/lib/resource_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698