Changeset 106944 in webkit


Ignore:
Timestamp:
Feb 7, 2012 7:55:39 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Broken "HTML5 <scoped style>" detection
https://bugs.webkit.org/show_bug.cgi?id=77979

Patch by Priit Laes <plaes@plaes.org> on 2012-02-07
Reviewed by Gustavo Noronha Silva.

  • configure.ac: Fix wrong variable for HTML5 <style scoped> detection
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r106907 r106944  
     12012-02-07  Priit Laes  <plaes@plaes.org>
     2
     3        [GTK] Broken "HTML5 <scoped style>" detection
     4        https://bugs.webkit.org/show_bug.cgi?id=77979
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * configure.ac: Fix wrong variable for HTML5 <style scoped> detection
     9
    1102012-02-06  Shinya Kawanaka  <shinyak@google.com>
    211
  • trunk/configure.ac

    r106901 r106944  
    743743# check whether to enable HTML5 <style scoped> support
    744744AC_MSG_CHECKING([whether to enable HTML5 <style scoped> support])
    745 AC_ARG_ENABLE(file_system,
     745AC_ARG_ENABLE(style_scoped,
    746746              AC_HELP_STRING([--enable-style-scoped],
    747747                             [enable support for HTML5 <style scoped> [default=no]]),
Note: See TracChangeset for help on using the changeset viewer.