Title: [126207] trunk/Source/WebKit2
Revision
126207
Author
[email protected]
Date
2012-08-21 16:14:23 -0700 (Tue, 21 Aug 2012)

Log Message

[EFL] Some public API functions don't have their symbols exported
https://bugs.webkit.org/show_bug.cgi?id=94589

Patch by Thiago Marcos P. Santos <[email protected]> on 2012-08-21
Reviewed by Kenneth Rohde Christiansen.

Added missing export symbol macro to these public API functions.

* UIProcess/API/efl/ewk_view.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (126206 => 126207)


--- trunk/Source/WebKit2/ChangeLog	2012-08-21 23:09:56 UTC (rev 126206)
+++ trunk/Source/WebKit2/ChangeLog	2012-08-21 23:14:23 UTC (rev 126207)
@@ -1,3 +1,14 @@
+2012-08-21  Thiago Marcos P. Santos  <[email protected]>
+
+        [EFL] Some public API functions don't have their symbols exported
+        https://bugs.webkit.org/show_bug.cgi?id=94589
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Added missing export symbol macro to these public API functions.
+
+        * UIProcess/API/efl/ewk_view.h:
+
 2012-08-21  Martin Robinson  <[email protected]>
 
         [GTK] Using a native window for the WebView breaks GtkOverlay

Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h (126206 => 126207)


--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h	2012-08-21 23:09:56 UTC (rev 126206)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_view.h	2012-08-21 23:14:23 UTC (rev 126207)
@@ -273,7 +273,7 @@
  *
  * @return view object on success or @c NULL on failure
  */
-Evas_Object *ewk_view_smart_add(Evas *e, Evas_Smart *smart, Ewk_Context *context);
+EAPI Evas_Object *ewk_view_smart_add(Evas *e, Evas_Smart *smart, Ewk_Context *context);
 
 /**
  * Creates a new EFL WebKit view object.
@@ -475,7 +475,7 @@
  *
  * @return current scale factor in use on success or @c -1.0 on failure
  */
-double ewk_view_scale_get(const Evas_Object *o);
+EAPI double ewk_view_scale_get(const Evas_Object *o);
 
 /**
  * Queries the ratio between the CSS units and device pixels when the content is unscaled.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to