Title: [216005] trunk/Source/WebKit2
- Revision
- 216005
- Author
- [email protected]
- Date
- 2017-05-01 00:02:07 -0700 (Mon, 01 May 2017)
Log Message
Unreviewed. Fix GTK+ debug build after r216002.
* WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectList.cpp:
(WebKit::wrapClientRectList):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (216004 => 216005)
--- trunk/Source/WebKit2/ChangeLog 2017-05-01 05:02:42 UTC (rev 216004)
+++ trunk/Source/WebKit2/ChangeLog 2017-05-01 07:02:07 UTC (rev 216005)
@@ -1,3 +1,10 @@
+2017-05-01 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix GTK+ debug build after r216002.
+
+ * WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectList.cpp:
+ (WebKit::wrapClientRectList):
+
2017-04-30 Chris Dumez <[email protected]>
Drop support for legacy ClientRect / ClientRectList
Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectList.cpp (216004 => 216005)
--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectList.cpp 2017-05-01 05:02:42 UTC (rev 216004)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectList.cpp 2017-05-01 07:02:07 UTC (rev 216005)
@@ -70,7 +70,6 @@
WebKitDOMClientRectList* wrapClientRectList(WTF::Vector<Ref<WebCore::DOMRect>>&& coreObject)
{
- ASSERT(coreObject);
auto list = ClientRectList::create(WTFMove(coreObject));
return WEBKIT_DOM_CLIENT_RECT_LIST(g_object_new(WEBKIT_DOM_TYPE_CLIENT_RECT_LIST, "core-object", list.ptr(), nullptr));
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes