Changeset 164416 in webkit


Ignore:
Timestamp:
Feb 19, 2014 11:12:08 PM (10 years ago)
Author:
ChangSeok Oh
Message:

Unreviewed build fix after r164396

  • GNUmakefile.list.am: Added Promises.prototype.js properly
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r164400 r164416  
     12014-02-19  ChangSeok Oh  <changseok.oh@collabora.com>
     2
     3        Unreviewed build fix after r164396
     4
     5        * GNUmakefile.list.am: Added Promises.prototype.js properly
     6
    172014-02-19  Geoffrey Garen  <ggaren@apple.com>
    28
  • trunk/Source/JavaScriptCore/GNUmakefile.list.am

    r164396 r164416  
    3939
    4040javascriptcore_builtins_js_nosources += \
    41         Source/JavaScriptCore/builtins/Array.prototype.js
     41        Source/JavaScriptCore/builtins/Array.prototype.js \
    4242        Source/JavaScriptCore/builtins/Promise.prototype.js
    4343
Note: See TracChangeset for help on using the changeset viewer.