Changeset 64853 in webkit


Ignore:
Timestamp:
Aug 6, 2010 9:02:23 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-08-06 ryuan choi <ryuan.choi@samsung.com>

Reviewed by Antonio Gomes.

[EFL] Regression (64763) build fix for efl.
https://bugs.webkit.org/show_bug.cgi?id=43597

change ENABLE_BLOB_SLICE to ENABLE_BLOB for fixing build break

  • cmake/OptionsEfl.cmake:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r64763 r64853  
     12010-08-06  ryuan choi  <ryuan.choi@samsung.com>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [EFL] Regression (64763) build fix for efl.
     6        https://bugs.webkit.org/show_bug.cgi?id=43597
     7
     8        change ENABLE_BLOB_SLICE to ENABLE_BLOB for fixing build break
     9
     10        * cmake/OptionsEfl.cmake:
     11
    1122010-08-05  Jian Li  <jianli@chromium.org>
    213
  • trunk/cmake/OptionsEfl.cmake

    r64357 r64853  
    4545
    4646WEBKIT_FEATURE(ENABLE_AS_IMAGE "Enable SVG as image" DEFAULT ON SVG)
    47 WEBKIT_FEATURE(ENABLE_BLOB_SLICE "Enable blob slice" DEFAULT OFF)
     47WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT OFF)
    4848WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging" DEFAULT ON)
    4949WEBKIT_FEATURE(ENABLE_DATABASE "Enable database" DEFAULT ON)
Note: See TracChangeset for help on using the changeset viewer.