summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp')
-rw-r--r--Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp b/Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp
index 995b531..3d59c80 100644
--- a/Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp
+++ b/Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp
@@ -24,6 +24,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "WorkQueue.h"
#include "NotImplemented.h"
@@ -144,7 +145,6 @@ void WorkQueue::registerEventSourceHandler(int fileDescriptor, int condition, Pa
// Set up the event sources under the mutex since this is shared across multiple threads.
{
MutexLocker locker(m_eventSourcesLock);
- ASSERT(!m_eventSources.contains(fileDescriptor));
Vector<EventSource*> sources;
EventSourceIterator it = m_eventSources.find(fileDescriptor);
if (it != m_eventSources.end())