https://bugs.webkit.org/show_bug.cgi?id=130151
That didn't go well. (Requested by kling on #webkit).
Reverted changeset:
https://bugs.webkit.org/show_bug.cgi?id=130140
http://trac.webkit.org/changeset/165481
Patch by Commit Queue <commit-queue@webkit.org> on 2014-03-12
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@165492
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-03-12 Commit Queue <commit-queue@webkit.org>
+
+ Unreviewed, rolling out r165481.
+ https://bugs.webkit.org/show_bug.cgi?id=130151
+
+ That didn't go well. (Requested by kling on #webkit).
+
+ Reverted changeset:
+
+ https://bugs.webkit.org/show_bug.cgi?id=130140
+ http://trac.webkit.org/changeset/165481
+
2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Runtime error when page is closed while print operation is in progress
{
if (!m_client.logDiagnosticMessage)
return;
- m_client.logDiagnosticMessage(toAPI(page), toAPI(message), toAPI(description), toAPI(success), m_client.base.clientInfo);
+ m_client.logDiagnosticMessage(toAPI(page), toCopiedAPI(message), toCopiedAPI(description), toCopiedAPI(success), m_client.base.clientInfo);
}
}