[Webkit-unassigned] [Bug 179817] [WPE] Build C API tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 17 07:35:16 PST 2017


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com
 Attachment #327165|review?                     |review+
              Flags|                            |

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 327165
  --> https://bugs.webkit.org/attachment.cgi?id=327165
Patch

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

> Tools/TestWebKitAPI/wpe/PlatformWebViewWPE.cpp:68
> +    if (m_window)
> +        delete m_window;

delete is NULL-safe, so remove the if (m_window) check.

> Tools/TestWebKitAPI/wpe/PlatformWebViewWPE.cpp:89
> +    // FIXME: implement this.

What happened to using notImplemented()? :D

-- 
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/20171117/c3c609c6/attachment.html>


More information about the webkit-unassigned mailing list