Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/tests/performance/filter_fromText.html

Issue 29350387: Issue 4353 - Remove deprecated __proto__ syntax (Closed)
Patch Set: Created Sept. 1, 2016, 11:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/tests/filterClasses.js ('k') | chrome/content/tests/subscriptionClasses.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/tests/performance/filter_fromText.html
diff --git a/chrome/content/tests/performance/filter_fromText.html b/chrome/content/tests/performance/filter_fromText.html
index cad7e526d2a995171b544f171d2b8c2550867d23..72d6ddc02335b63665119f8dd6e65161b3d20534 100644
--- a/chrome/content/tests/performance/filter_fromText.html
+++ b/chrome/content/tests/performance/filter_fromText.html
@@ -52,7 +52,7 @@
function cleanup()
{
// Clear cache
- Filter.knownFilters = {__proto__: null};
+ Filter.knownFilters = Object.create(null);
}
function finalize()
« no previous file with comments | « chrome/content/tests/filterClasses.js ('k') | chrome/content/tests/subscriptionClasses.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld