Title: [159472] trunk/Source/WebKit2
- Revision
- 159472
- Author
- [email protected]
- Date
- 2013-11-18 16:50:21 -0800 (Mon, 18 Nov 2013)
Log Message
Disable assertions in PageLoadState.cpp for now.
* UIProcess/PageLoadState.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (159471 => 159472)
--- trunk/Source/WebKit2/ChangeLog 2013-11-19 00:46:39 UTC (rev 159471)
+++ trunk/Source/WebKit2/ChangeLog 2013-11-19 00:50:21 UTC (rev 159472)
@@ -1,5 +1,11 @@
2013-11-18 Anders Carlsson <[email protected]>
+ Disable assertions in PageLoadState.cpp for now.
+
+ * UIProcess/PageLoadState.cpp:
+
+2013-11-18 Anders Carlsson <[email protected]>
+
TestWebKitAPI crashes when running under GuardMalloc
https://bugs.webkit.org/show_bug.cgi?id=124546
Modified: trunk/Source/WebKit2/UIProcess/PageLoadState.cpp (159471 => 159472)
--- trunk/Source/WebKit2/UIProcess/PageLoadState.cpp 2013-11-19 00:46:39 UTC (rev 159471)
+++ trunk/Source/WebKit2/UIProcess/PageLoadState.cpp 2013-11-19 00:50:21 UTC (rev 159472)
@@ -23,6 +23,9 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#undef ASSERT_DISABLED
+#define ASSERT_DISABLED 1
+
#include "config.h"
#include "PageLoadState.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes