Title: [103635] trunk/Source/WebKit/efl
Revision
103635
Author
[email protected]
Date
2011-12-23 11:01:26 -0800 (Fri, 23 Dec 2011)

Log Message

Unreviewed; fix build with ENABLE(NETSCAPE_PLUGIN_API).

* ewk/ewk_js.cpp: Include ewk_logging.h for ERR().

Modified Paths

Diff

Modified: trunk/Source/WebKit/efl/ChangeLog (103634 => 103635)


--- trunk/Source/WebKit/efl/ChangeLog	2011-12-23 18:18:23 UTC (rev 103634)
+++ trunk/Source/WebKit/efl/ChangeLog	2011-12-23 19:01:26 UTC (rev 103635)
@@ -1,3 +1,9 @@
+2011-12-23  Raphael Kubo da Costa  <[email protected]>
+
+        Unreviewed; fix build with ENABLE(NETSCAPE_PLUGIN_API).
+
+        * ewk/ewk_js.cpp: Include ewk_logging.h for ERR().
+
 2011-12-22  Mariusz Grzegorczyk  <[email protected]>
 
         [EFL] Missing plugins support for efl port

Modified: trunk/Source/WebKit/efl/ewk/ewk_js.cpp (103634 => 103635)


--- trunk/Source/WebKit/efl/ewk/ewk_js.cpp	2011-12-23 18:18:23 UTC (rev 103634)
+++ trunk/Source/WebKit/efl/ewk/ewk_js.cpp	2011-12-23 19:01:26 UTC (rev 103635)
@@ -23,6 +23,7 @@
 #if ENABLE(NETSCAPE_PLUGIN_API)
 
 #include "NP_jsobject.h"
+#include "ewk_logging.h"
 #include "ewk_private.h"
 #include "npruntime.h"
 #include "npruntime_impl.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to