Changeset 182350 in webkit


Ignore:
Timestamp:
Apr 4, 2015 5:53:22 PM (9 years ago)
Author:
Simon Fraser
Message:

Fix EFL and Gtk build.

  • dom/Document.cpp:

(WebCore::Document::didRemoveTouchEventHandler):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r182349 r182350  
     12015-04-04  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Fix EFL and Gtk build.
     4
     5        * dom/Document.cpp:
     6        (WebCore::Document::didRemoveTouchEventHandler):
     7
    182015-04-04  Simon Fraser  <simon.fraser@apple.com>
    29
  • trunk/Source/WebCore/dom/Document.cpp

    r182349 r182350  
    60746074        return;
    60756075
    6076     removeHandlerFromSet(*m_touchEventTargets, handler, removal))
     6076    removeHandlerFromSet(*m_touchEventTargets, handler, removal);
    60776077
    60786078    if (Document* parent = parentDocument()) {
Note: See TracChangeset for help on using the changeset viewer.