Title: [165492] trunk/Source/WebKit2
- Revision
- 165492
- Author
- [email protected]
- Date
- 2014-03-12 11:55:25 -0700 (Wed, 12 Mar 2014)
Log Message
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
Patch by Commit Queue <[email protected]> on 2014-03-12
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (165491 => 165492)
--- trunk/Source/WebKit2/ChangeLog 2014-03-12 18:52:25 UTC (rev 165491)
+++ trunk/Source/WebKit2/ChangeLog 2014-03-12 18:55:25 UTC (rev 165492)
@@ -1,3 +1,15 @@
+2014-03-12 Commit Queue <[email protected]>
+
+ 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 <[email protected]>
[GTK] Runtime error when page is closed while print operation is in progress
Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp (165491 => 165492)
--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp 2014-03-12 18:52:25 UTC (rev 165491)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp 2014-03-12 18:55:25 UTC (rev 165492)
@@ -35,7 +35,7 @@
{
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);
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes