Title: [165802] trunk/Source/WebKit2
Revision
165802
Author
o...@webkit.org
Date
2014-03-18 00:15:30 -0700 (Tue, 18 Mar 2014)

Log Message

[GTK] URTFB after r165789. Stub function added.

* WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp:
(WebKit::InjectedBundle::setBundleParameter):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (165801 => 165802)


--- trunk/Source/WebKit2/ChangeLog	2014-03-18 07:02:36 UTC (rev 165801)
+++ trunk/Source/WebKit2/ChangeLog	2014-03-18 07:15:30 UTC (rev 165802)
@@ -1,3 +1,10 @@
+2014-03-18  Csaba Osztrogonác  <o...@webkit.org>
+
+        [GTK] URTFB after r165789. Stub function added.
+
+        * WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp:
+        (WebKit::InjectedBundle::setBundleParameter):
+
 2014-03-17  Jaehun Lim  <ljaehun....@samsung.com>
 
         Unreviewed, EFL build fix after r165789

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


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp	2014-03-18 07:02:36 UTC (rev 165801)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/gtk/InjectedBundleGtk.cpp	2014-03-18 07:15:30 UTC (rev 165802)
@@ -62,4 +62,8 @@
 {
 }
 
+void InjectedBundle::setBundleParameter(WTF::String const&, IPC::DataReference const&)
+{
+}
+
 } // namespace WebKit
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to