Changeset 107504 in webkit


Ignore:
Timestamp:
Feb 12, 2012 2:13:16 AM (12 years ago)
Author:
Philippe Normand
Message:

Unreviewed, disable Mutation observers build on GTK until it can
actually build.

  • Scripts/build-webkit:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r107502 r107504  
     12012-02-12  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed, disable Mutation observers build on GTK until it can
     4        actually build.
     5
     6        * Scripts/build-webkit:
     7
    182012-02-11  Benjamin Poulain  <benjamin@webkit.org>
    29
  • trunk/Tools/Scripts/build-webkit

    r107502 r107504  
    273273
    274274    { option => "mutation-observers", desc => "Toggle DOM mutation observer support",
    275       define => "ENABLE_MUTATION_OBSERVERS", default => 1, value => \$mutationObserversSupport },
     275      define => "ENABLE_MUTATION_OBSERVERS", default => !isGtk(), value => \$mutationObserversSupport },
    276276
    277277    { option => "netscape-plugin", desc => "Netscape Plugin support",
Note: See TracChangeset for help on using the changeset viewer.