Title: [148682] trunk/Source/WebKit2
Revision
148682
Author
timo...@apple.com
Date
2013-04-18 09:34:36 -0700 (Thu, 18 Apr 2013)

Log Message

Remove an ASSERT that is causing flakeyness in Debug builds.

https://webkit.org/b/113020

Reviewed by Jessie Berlin.

* UIProcess/WebInspectorProxy.cpp:
(WebKit::WebInspectorProxy::open): Removed ASSERT(m_createdInspectorPage).

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (148681 => 148682)


--- trunk/Source/WebKit2/ChangeLog	2013-04-18 16:20:09 UTC (rev 148681)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-18 16:34:36 UTC (rev 148682)
@@ -1,3 +1,14 @@
+2013-04-18  Timothy Hatcher  <timo...@apple.com>
+
+        Remove an ASSERT that is causing flakeyness in Debug builds.
+
+        https://webkit.org/b/113020
+
+        Reviewed by Jessie Berlin.
+
+        * UIProcess/WebInspectorProxy.cpp:
+        (WebKit::WebInspectorProxy::open): Removed ASSERT(m_createdInspectorPage).
+
 2013-04-18  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Add WebKitWebPage::send-request signal to WebKit2 GTK+ API

Modified: trunk/Source/WebKit2/UIProcess/WebInspectorProxy.cpp (148681 => 148682)


--- trunk/Source/WebKit2/UIProcess/WebInspectorProxy.cpp	2013-04-18 16:20:09 UTC (rev 148681)
+++ trunk/Source/WebKit2/UIProcess/WebInspectorProxy.cpp	2013-04-18 16:34:36 UTC (rev 148682)
@@ -427,8 +427,6 @@
 
 void WebInspectorProxy::open()
 {
-    ASSERT(m_createdInspectorPage);
-
     m_isVisible = true;
 
     platformOpen();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to