Title: [154664] trunk/Source/WebKit/gtk
Revision
154664
Author
[email protected]
Date
2013-08-26 23:01:12 -0700 (Mon, 26 Aug 2013)

Log Message

Unreviewed GTK build fix.

* WebCoreSupport/FrameLoaderClientGtk.cpp:
(WebKit::FrameLoaderClient::FrameLoaderClient): Remove an assertion that was not removed in r154658.

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (154663 => 154664)


--- trunk/Source/WebKit/gtk/ChangeLog	2013-08-27 04:09:09 UTC (rev 154663)
+++ trunk/Source/WebKit/gtk/ChangeLog	2013-08-27 06:01:12 UTC (rev 154664)
@@ -1,3 +1,10 @@
+2013-08-26  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK build fix.
+
+        * WebCoreSupport/FrameLoaderClientGtk.cpp:
+        (WebKit::FrameLoaderClient::FrameLoaderClient): Remove an assertion that was not removed in r154658.
+
 2013-08-26  Ryosuke Niwa  <[email protected]>
 
         Another GTK+ build fix.

Modified: trunk/Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp (154663 => 154664)


--- trunk/Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp	2013-08-27 04:09:09 UTC (rev 154663)
+++ trunk/Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp	2013-08-27 06:01:12 UTC (rev 154664)
@@ -111,7 +111,6 @@
     , m_pluginView(0)
     , m_hasSentResponseToPlugin(false)
 {
-    ASSERT(m_frame);
 }
 
 FrameLoaderClient::~FrameLoaderClient()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to