| Index: include.preload.js | 
| =================================================================== | 
| --- a/include.preload.js | 
| +++ b/include.preload.js | 
| @@ -13,17 +13,18 @@ | 
| * | 
| * You should have received a copy of the GNU General Public License | 
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. | 
| */ | 
| "use strict"; | 
| let {splitSelector} = require("common"); | 
| 
 
kzar
2018/03/28 13:50:33
What about this one? (The file is in adblockplusco
 
Jon Sonesen
2018/03/30 03:09:55
Acknowledged.
 
 | 
| -let {ElemHideEmulation} = require("content_elemHideEmulation"); | 
| +let {ElemHideEmulation} = | 
| + require("./adblockpluscore/lib/content/elemHideEmulation"); | 
| // This variable is also used by our other content scripts. | 
| let elemhide; | 
| const typeMap = new Map([ | 
| ["img", "IMAGE"], | 
| ["input", "IMAGE"], | 
| ["picture", "IMAGE"], |