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

Unified Diff: chrome/content/tests/tests/suffixTreeManipulation.js

Issue 8554013: Renamed necessary components for ABP integration (Closed)
Patch Set: Created Oct. 10, 2012, 1:59 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/options.js ('k') | chrome/content/typedItOptIn.xul » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/tests/tests/suffixTreeManipulation.js
===================================================================
--- a/chrome/content/tests/tests/suffixTreeManipulation.js
+++ b/chrome/content/tests/tests/suffixTreeManipulation.js
@@ -17,8 +17,8 @@
return result;
}
- let {onWhitelistEntryAdded, onWhitelistEntryRemoved} = require("rules");
- let rulesGlobal = getModuleGlobal("rules");
+ let {onWhitelistEntryAdded, onWhitelistEntryRemoved} = require("typoRules");
+ let rulesGlobal = getModuleGlobal("typoRules");
function saveRules()
{
« no previous file with comments | « chrome/content/options.js ('k') | chrome/content/typedItOptIn.xul » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld