Title: [88241] trunk/Source/WebKit/efl
- Revision
- 88241
- Author
- [email protected]
- Date
- 2011-06-07 08:54:25 -0700 (Tue, 07 Jun 2011)
Log Message
2011-06-07 Ryuan Choi <[email protected]>
Reviewed by Antonio Gomes.
[EFL] Remove JSC dependency from WebKit/efl
https://bugs.webkit.org/show_bug.cgi?id=62173
Change JSC::initializeThreading() and WTF::initializeMainThread() to
WebCore::ScriptController::initializeThreading() which contains these
functions and remove JSC dependency to build webkit/efl with v8.
* ewk/ewk_main.cpp:
(_ewk_init_body):
Modified Paths
Diff
Modified: trunk/Source/WebKit/efl/ChangeLog (88240 => 88241)
--- trunk/Source/WebKit/efl/ChangeLog 2011-06-07 15:33:41 UTC (rev 88240)
+++ trunk/Source/WebKit/efl/ChangeLog 2011-06-07 15:54:25 UTC (rev 88241)
@@ -1,3 +1,17 @@
+2011-06-07 Ryuan Choi <[email protected]>
+
+ Reviewed by Antonio Gomes.
+
+ [EFL] Remove JSC dependency from WebKit/efl
+ https://bugs.webkit.org/show_bug.cgi?id=62173
+
+ Change JSC::initializeThreading() and WTF::initializeMainThread() to
+ WebCore::ScriptController::initializeThreading() which contains these
+ functions and remove JSC dependency to build webkit/efl with v8.
+
+ * ewk/ewk_main.cpp:
+ (_ewk_init_body):
+
2011-06-06 Gyuyoung Kim <[email protected]>
Unreviewed build fix.
Modified: trunk/Source/WebKit/efl/ewk/ewk_main.cpp (88240 => 88241)
--- trunk/Source/WebKit/efl/ewk/ewk_main.cpp 2011-06-07 15:33:41 UTC (rev 88240)
+++ trunk/Source/WebKit/efl/ewk/ewk_main.cpp 2011-06-07 15:54:25 UTC (rev 88241)
@@ -26,6 +26,7 @@
#include "Logging.h"
#include "PageCache.h"
#include "PageGroup.h"
+#include "ScriptController.h"
#include "ewk_private.h"
#include "ewk_settings.h"
#include "runtime/InitializeThreading.h"
@@ -174,8 +175,7 @@
"work (ie: Adobe Flash)");
#endif
- JSC::initializeThreading();
- WTF::initializeMainThread();
+ WebCore::ScriptController::initializeThreading();
WebCore::InitializeLoggingChannelsIfNecessary();
// Page cache capacity (in pages). Comment from Mac port:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes