Skip to content

Commit 926c3a9

Browse files
committed
Sync rules.js with master branch
1 parent 9b7b407 commit 926c3a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chromium/rules.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ RuleSets.prototype = {
180180

181181
potentiallyApplicableRulesets: function(host) {
182182
// Return a list of rulesets that apply to this host
183-
183+
var tmp, t;
184184
// Have we cached this result? If so, return it!
185185
var cached_item = ruleCache.get(host);
186186
if (cached_item !== undefined) {
@@ -189,7 +189,6 @@ RuleSets.prototype = {
189189
}
190190
log(DBUG, "Ruleset cache miss for " + host);
191191

192-
var tmp, t;
193192
var results = this.global_rulesets.slice(0); // copy global_rulesets
194193
if (this.targets[host])
195194
results = results.concat(this.targets[host]);

0 commit comments

Comments
 (0)