Title: [190691] trunk/Source/WebKit2
Revision
190691
Author
[email protected]
Date
2015-10-07 15:05:07 -0700 (Wed, 07 Oct 2015)

Log Message

URTBF after r190678 to fix GTK and EFL builds.

* WebProcess/InjectedBundle/efl/InjectedBundleEfl.cpp:
(WebKit::InjectedBundle::setBundleParameters):
* WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp:
(WebKit::InjectedBundle::setBundleParameters):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (190690 => 190691)


--- trunk/Source/WebKit2/ChangeLog	2015-10-07 21:57:22 UTC (rev 190690)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-07 22:05:07 UTC (rev 190691)
@@ -1,3 +1,12 @@
+2015-10-07  Csaba Osztrogonác  <[email protected]>
+
+        URTBF after r190678 to fix GTK and EFL builds.
+
+        * WebProcess/InjectedBundle/efl/InjectedBundleEfl.cpp:
+        (WebKit::InjectedBundle::setBundleParameters):
+        * WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp:
+        (WebKit::InjectedBundle::setBundleParameters):
+
 2015-10-07  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r190572, r190593, r190594, and

Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/efl/InjectedBundleEfl.cpp (190690 => 190691)


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/efl/InjectedBundleEfl.cpp	2015-10-07 21:57:22 UTC (rev 190690)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/efl/InjectedBundleEfl.cpp	2015-10-07 22:05:07 UTC (rev 190691)
@@ -62,4 +62,8 @@
 {
 }
 
+void InjectedBundle::setBundleParameters(const IPC::DataReference&)
+{
+}
+
 } // namespace WebKit

Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp (190690 => 190691)


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp	2015-10-07 21:57:22 UTC (rev 190690)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp	2015-10-07 22:05:07 UTC (rev 190691)
@@ -58,4 +58,8 @@
 {
 }
 
+void InjectedBundle::setBundleParameters(const IPC::DataReference&)
+{
+}
+
 } // namespace WebKit
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to