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

Unified Diff: tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments Created 3 years, 9 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
Index: tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart
diff --git a/tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart b/tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart
index 606d4b1a4cc6381fecd9b41b57afd9fe5ab9bdda..4d60028c2416533c3d9ebab923305c01d8167b34 100644
--- a/tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart
+++ b/tests/compiler/dart2js_native/browser_compat_1_prepatched_test.dart
@@ -22,11 +22,11 @@ makeT1C() native ;
int getTagCallCount() native ;
void setup() native r'''
-function T1A() { } // Normal native class.
+function T1A() { } // Normal native class.
function T1CrazyB() { } // Native class with different constructor name.
sra1 2017/03/21 03:39:29 fix
var T1fakeA = (function(){
- function T1A() {} // Native class with adversarial constructor name.
+ function T1A() {} // Native class with adversarial constructor name.
return T1A;
})();

Powered by Google App Engine
This is Rietveld 408576698