Title: [164416] trunk/Source/_javascript_Core
- Revision
- 164416
- Author
- [email protected]
- Date
- 2014-02-19 23:12:08 -0800 (Wed, 19 Feb 2014)
Log Message
Unreviewed build fix after r164396
* GNUmakefile.list.am: Added Promises.prototype.js properly
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (164415 => 164416)
--- trunk/Source/_javascript_Core/ChangeLog 2014-02-20 05:02:37 UTC (rev 164415)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-02-20 07:12:08 UTC (rev 164416)
@@ -1,3 +1,9 @@
+2014-02-19 ChangSeok Oh <[email protected]>
+
+ Unreviewed build fix after r164396
+
+ * GNUmakefile.list.am: Added Promises.prototype.js properly
+
2014-02-19 Geoffrey Garen <[email protected]>
Crash after -[JSContext evaluateScript:] when initializing JSContext with JSVirtualMachine
Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (164415 => 164416)
--- trunk/Source/_javascript_Core/GNUmakefile.list.am 2014-02-20 05:02:37 UTC (rev 164415)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am 2014-02-20 07:12:08 UTC (rev 164416)
@@ -38,7 +38,7 @@
DerivedSources/_javascript_Core/LLIntAssembly.h
_javascript_core_builtins_js_nosources += \
- Source/_javascript_Core/builtins/Array.prototype.js
+ Source/_javascript_Core/builtins/Array.prototype.js \
Source/_javascript_Core/builtins/Promise.prototype.js
_javascript_core_sources += \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes