[Webkit-unassigned] [Bug 118390] New: [EFL] Ews doesn't build correctly when RaisesException in the idl is removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 4 05:16:59 PDT 2013


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

           Summary: [EFL] Ews doesn't build correctly when RaisesException
                    in the idl is removed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kihong.kwon at samsung.com
                CC: demarchi at webkit.org


Ews doesn't build correctly when RaisesException in the idl is removed.

For example,
Remove RaisesException from registerProtocolHandler in the NavigatorContentUtil.idl.
And remove Exceptioncode& from registerProtocolHandler in the NavigatorContentUtil.h/cpp.

In this case, ews makes below build error.

WebKitBuild/Debug/DerivedSources/WebCore/JSNavigator.cpp:506:80: error: no matching function for call to ‘WebCore::NavigatorContentUtils::registerProtocolHandler(WebCore::Navigator*&, const WTF::String&, const WTF::String&, const WTF::String&, WebCore::ExceptionCode&)’

But, It has to be build successfully without any error message.
In this case, JSNavigator has to be generated newly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list