Title: [131983] trunk/Source/WebCore
- Revision
- 131983
- Author
- [email protected]
- Date
- 2012-10-20 01:02:21 -0700 (Sat, 20 Oct 2012)
Log Message
[EFL][AC] Build fix after r131933
https://bugs.webkit.org/show_bug.cgi?id=99901
Patch by Yael Aharon <[email protected]> on 2012-10-20
Reviewed by Kentaro Hara.
Add ArrayBoundsClamper.cpp to WebCore/CMakeLists.txt.
No new tests.
* CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Source/WebCore/CMakeLists.txt (131982 => 131983)
--- trunk/Source/WebCore/CMakeLists.txt 2012-10-20 06:53:04 UTC (rev 131982)
+++ trunk/Source/WebCore/CMakeLists.txt 2012-10-20 08:02:21 UTC (rev 131983)
@@ -2629,6 +2629,7 @@
ENDIF ()
LIST(APPEND ANGLESupport_SOURCES
+ ${THIRDPARTY_DIR}/ANGLE/src/compiler/ArrayBoundsClamper.cpp
${THIRDPARTY_DIR}/ANGLE/src/compiler/BuiltInFunctionEmulator.cpp
${THIRDPARTY_DIR}/ANGLE/src/compiler/CodeGenGLSL.cpp
${THIRDPARTY_DIR}/ANGLE/src/compiler/Compiler.cpp
Modified: trunk/Source/WebCore/ChangeLog (131982 => 131983)
--- trunk/Source/WebCore/ChangeLog 2012-10-20 06:53:04 UTC (rev 131982)
+++ trunk/Source/WebCore/ChangeLog 2012-10-20 08:02:21 UTC (rev 131983)
@@ -1,3 +1,16 @@
+2012-10-20 Yael Aharon <[email protected]>
+
+ [EFL][AC] Build fix after r131933
+ https://bugs.webkit.org/show_bug.cgi?id=99901
+
+ Reviewed by Kentaro Hara.
+
+ Add ArrayBoundsClamper.cpp to WebCore/CMakeLists.txt.
+
+ No new tests.
+
+ * CMakeLists.txt:
+
2012-10-19 Adam Barth <[email protected]>
[V8] V8DOMWrapper should avoid using its document parameter (so we can remove it soon)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes