Index: lib/messaging.js |
=================================================================== |
--- a/lib/messaging.js |
+++ b/lib/messaging.js |
@@ -14,17 +14,17 @@ |
* You should have received a copy of the GNU General Public License |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
/** @module messaging */ |
"use strict"; |
-const {EventEmitter} = require("events"); |
+const {EventEmitter} = require("../adblockpluscore/lib/events"); |
/** |
* Communication port wrapping ext.onMessage to receive messages. |
* |
* @constructor |
*/ |
function Port() |
{ |