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

Unified Diff: tools/foozzie/v8_suppressions.js

Issue 2632153002: [foozzie] Remove suppressions for fixed bugs (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | tools/foozzie/v8_suppressions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/foozzie/v8_suppressions.js
diff --git a/tools/foozzie/v8_suppressions.js b/tools/foozzie/v8_suppressions.js
index fb67e4af0189023bab93c8f4bd296f67ae676712..7db5c987854afe4e52b0b5a1a060c58fce16ceaa 100644
--- a/tools/foozzie/v8_suppressions.js
+++ b/tools/foozzie/v8_suppressions.js
@@ -16,6 +16,3 @@ Math.pow = function(a, b){
return __real_Math_pow(a, b);
}
}
-
-// Suppress http://crbug.com/663750
-Object.freeze = function(o){ print (__PrettyPrint(o)); }
« no previous file with comments | « no previous file | tools/foozzie/v8_suppressions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698