Chromium Code Reviews| 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; |
| })(); |