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

Unified Diff: lib/utils.js

Issue 29512648: Issue 5475 - Update adblockpluscore dependency to revision hg:b935a0402215 (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Aug. 11, 2017, 12:36 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
Index: lib/utils.js
diff --git a/lib/utils.js b/lib/utils.js
index 3d94e536b82b8f8c0b1041290ae471ca80f1d862..1683f0162e559568f590e7a973283cd6e101f72b 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -38,10 +38,6 @@ var Utils = exports.Utils = {
// We cannot calculate MD5 checksums yet :-(
return null;
},
- makeURI: function(url)
- {
- return Services.io.newURI(url);
- },
checkLocalePrefixMatch: function(prefixes)
{
@@ -93,9 +89,5 @@ var Utils = exports.Utils = {
}
}
return selectedItem;
- },
-
- yield: function()
- {
}
};

Powered by Google App Engine
This is Rietveld