Title: [159474] trunk/Source/WebKit2
- Revision
- 159474
- Author
- [email protected]
- Date
- 2013-11-18 17:00:36 -0800 (Mon, 18 Nov 2013)
Log Message
Let's try this again.
* UIProcess/PageLoadState.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (159473 => 159474)
--- trunk/Source/WebKit2/ChangeLog 2013-11-19 00:56:12 UTC (rev 159473)
+++ trunk/Source/WebKit2/ChangeLog 2013-11-19 01:00:36 UTC (rev 159474)
@@ -1,5 +1,11 @@
2013-11-18 Anders Carlsson <[email protected]>
+ Let's try this again.
+
+ * UIProcess/PageLoadState.cpp:
+
+2013-11-18 Anders Carlsson <[email protected]>
+
Disable assertions in PageLoadState.cpp for now.
* UIProcess/PageLoadState.cpp:
Modified: trunk/Source/WebKit2/UIProcess/PageLoadState.cpp (159473 => 159474)
--- trunk/Source/WebKit2/UIProcess/PageLoadState.cpp 2013-11-19 00:56:12 UTC (rev 159473)
+++ trunk/Source/WebKit2/UIProcess/PageLoadState.cpp 2013-11-19 01:00:36 UTC (rev 159474)
@@ -23,12 +23,12 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#undef ASSERT_DISABLED
-#define ASSERT_DISABLED 1
-
#include "config.h"
#include "PageLoadState.h"
+#undef ASSERT
+#define ASSERT(x) ((void)0)
+
namespace WebKit {
PageLoadState::PageLoadState()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes