[Webkit-unassigned] [Bug 185278] Remove dead exception in MediaList.appendMedium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 14:01:57 PDT 2018


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

--- Comment #10 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 339557
  --> https://bugs.webkit.org/attachment.cgi?id=339557
Add back GError parameter

View in context: https://bugs.webkit.org/attachment.cgi?id=339557&action=review

> Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMMediaList.cpp:197
> -    auto result = item->appendMedium(convertedNewMedium);
> -    if (result.hasException()) {
> -        auto description = WebCore::DOMException::description(result.releaseException().code());
> -        g_set_error_literal(error, g_quark_from_string("WEBKIT_DOM"), description.legacyCode, description.name);
> -    }
> +    item->appendMedium(convertedNewMedium);

GTK change is good!

-- 
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/20180504/3b33e906/attachment.html>


More information about the webkit-unassigned mailing list