[Webkit-unassigned] [Bug 142717] New: [EFL][GTK] Fix build break after r181514

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 15 18:24:27 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142717

            Bug ID: 142717
           Summary: [EFL][GTK] Fix build break after r181514
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hs85.jeong at samsung.com
                CC: demarchi at webkit.org

../../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&'

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150316/485244e6/attachment-0002.html>


More information about the webkit-unassigned mailing list