../../Source/WebCore/html/HTMLInputElement.cpp: In member function 'void WebCore::HTMLInputElement::runPostTypeUpdateTasks()': ../../Source/WebCore/html/HTMLInputElement.cpp:521:52: error: no matching function for call to 'WebCore::Document::didAddTouchEventHandler(WebCore::HTMLInputElement* const)' ../../Source/WebCore/html/HTMLInputElement.cpp:521:52: note: candidate is: In file included from ../../Source/WebCore/dom/Element.h:29:0, from ../../Source/WebCore/dom/StyledElement.h:31, from ../../Source/WebCore/html/HTMLElement.h:26, from ../../Source/WebCore/html/LabelableElement.h:34, from ../../Source/WebCore/html/HTMLFormControlElement.h:28, from ../../Source/WebCore/html/HTMLFormControlElementWithState.h:27, from ../../Source/WebCore/html/HTMLTextFormControlElement.h:28, from ../../Source/WebCore/html/HTMLInputElement.h:29, from ../../Source/WebCore/html/HTMLInputElement.cpp:30: ../../Source/WebCore/html/HTMLInputElement.cpp:523:55: error: no matching function for call to 'WebCore::Document::didRemoveTouchEventHandler(WebCore::HTMLInputElement* const)' ../../Source/WebCore/html/HTMLInputElement.cpp:523:55: note: candidate is: In file included from ../../Source/WebCore/dom/Element.h:29:0, from ../../Source/WebCore/dom/StyledElement.h:31, from ../../Source/WebCore/html/HTMLElement.h:26, from ../../Source/WebCore/html/LabelableElement.h:34, from ../../Source/WebCore/html/HTMLFormControlElement.h:28, from ../../Source/WebCore/html/HTMLFormControlElementWithState.h:27, from ../../Source/WebCore/html/HTMLTextFormControlElement.h:28, from ../../Source/WebCore/html/HTMLInputElement.h:29, from ../../Source/WebCore/html/HTMLInputElement.cpp:30: ../../Source/WebCore/html/HTMLInputElement.cpp:1518:48: error: no matching function for call to 'WebCore::Document::didAddTouchEventHandler(WebCore::HTMLInputElement* const)' ../../Source/WebCore/html/HTMLInputElement.cpp:1518:48: note: candidate is: In file included from ../../Source/WebCore/dom/Element.h:29:0, from ../../Source/WebCore/dom/StyledElement.h:31, from ../../Source/WebCore/html/HTMLElement.h:26, from ../../Source/WebCore/html/LabelableElement.h:34, from ../../Source/WebCore/html/HTMLFormControlElement.h:28, from ../../Source/WebCore/html/HTMLFormControlElementWithState.h:27, from ../../Source/WebCore/html/HTMLTextFormControlElement.h:28, from ../../Source/WebCore/html/HTMLInputElement.h:29, from ../../Source/WebCore/html/HTMLInputElement.cpp:30: ../../Source/WebCore/dom/Document.cpp: In member function 'void WebCore::Document::didAddTouchEventHandler(WebCore::Node&)': ../../Source/WebCore/dom/Document.cpp:6018:45: error: no matching function for call to 'WebCore::Document::didAddTouchEventHandler(WebCore::Document* const)' ../../Source/WebCore/dom/Document.cpp:6018:45: note: candidate is: ../../Source/WebCore/dom/Document.cpp:6011:6: note: void WebCore::Document::didAddTouchEventHandler(WebCore::Node&) ../../Source/WebCore/dom/Document.cpp:6011:6: note: no known conversion for argument 1 from 'WebCore::Document* const' to 'WebCore::Node&' ../../Source/WebCore/dom/Document.cpp: In member function 'void WebCore::Document::didRemoveTouchEventHandler(WebCore::Node&)': ../../Source/WebCore/dom/Document.cpp:6038:48: error: no matching function for call to 'WebCore::Document::didRemoveTouchEventHandler(WebCore::Document* const)' ../../Source/WebCore/dom/Document.cpp:6038:48: note: candidate is: ../../Source/WebCore/dom/Document.cpp:6030:6: note: void WebCore::Document::didRemoveTouchEventHandler(WebCore::Node&) ../../Source/WebCore/dom/Document.cpp:6030:6: note: no known conversion for argument 1 from 'WebCore::Document* const' to 'WebCore::Node&'
Created attachment 248695 [details] Patch
r181514 passed to EFL EWS on Bug 142713. I wonder why EFL bot is broken.
(In reply to comment #2) > r181514 passed to EFL EWS on Bug 142713. I wonder why EFL bot is broken. Looks like simon just fixes this break - https://trac.webkit.org/r181519
Comment on attachment 248695 [details] Patch Thanks. Committed in https://trac.webkit.org/r181519 and https://trac.webkit.org/r181520.