Unreviewed build fix.
[EFL] Build break on r78634
https://bugs.webkit.org/show_bug.cgi?id=54602
Build error because of r78634.
* CMakeListsEfl.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@78786
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
)
LIST(APPEND WebKit_INCLUDE_DIRECTORIES
+ "${JAVASCRIPTCORE_DIR}/collector/handles"
"${WEBKIT_DIR}/efl/ewk"
"${WEBKIT_DIR}/efl/WebCoreSupport"
"${WEBCORE_DIR}/platform/efl"
+2011-02-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
+
+ Unreviewed build fix.
+
+ [EFL] Build break on r78634
+ https://bugs.webkit.org/show_bug.cgi?id=54602
+
+ Build error because of r78634.
+
+ * CMakeListsEfl.txt:
+
2011-01-26 MORITA Hajime <morrita@google.com>
Reviewed by Ryosuke Niwa.