[HtmlUnit] SVN: [15518] trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/ javascript/host/worker/DedicatedWorkerGlobalScope.java
rbri--- via HtmlUnit-develop <[email protected]> Wed, 15 Aug 2018 07:14:12 +0000
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 15518
http://sourceforge.net/p/htmlunit/code/15518
Author: rbri
Date: 2018-08-15 07:14:08 +0000 (Wed, 15 Aug 2018)
Log Message:
-----------
fix compile error
Modified Paths:
--------------
trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScope.java
Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScope.java
===================================================================
--- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScope.java 2018-08-14 19:17:44 UTC (rev 15517)
+++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScope.java 2018-08-15 07:14:08 UTC (rev 15518)
@@ -125,7 +125,7 @@
public Object run(final Context cx) {
worker_.getEventListenersContainer().executeCapturingListeners(event, null);
final Object[] args = new Object[] {event};
- return worker_.getEventListenersContainer().executeBubblingListeners(event, args, args);
+ return worker_.getEventListenersContainer().executeBubblingListeners(event, args);
}
};
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot