Title: [106944] trunk
Revision
106944
Author
commit-qu...@webkit.org
Date
2012-02-07 07:55:39 -0800 (Tue, 07 Feb 2012)

Log Message

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

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

* configure.ac: Fix wrong variable for HTML5 <style scoped> detection

Modified Paths

Diff

Modified: trunk/ChangeLog (106943 => 106944)


--- trunk/ChangeLog	2012-02-07 15:54:43 UTC (rev 106943)
+++ trunk/ChangeLog	2012-02-07 15:55:39 UTC (rev 106944)
@@ -1,3 +1,12 @@
+2012-02-07  Priit Laes  <pl...@plaes.org>
+
+        [GTK] Broken "HTML5 <scoped style>" detection
+        https://bugs.webkit.org/show_bug.cgi?id=77979
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * configure.ac: Fix wrong variable for HTML5 <style scoped> detection
+
 2012-02-06  Shinya Kawanaka  <shin...@google.com>
 
         Remove Element::ensureShadowRoot export.

Modified: trunk/configure.ac (106943 => 106944)


--- trunk/configure.ac	2012-02-07 15:54:43 UTC (rev 106943)
+++ trunk/configure.ac	2012-02-07 15:55:39 UTC (rev 106944)
@@ -742,7 +742,7 @@
 
 # check whether to enable HTML5 <style scoped> support
 AC_MSG_CHECKING([whether to enable HTML5 <style scoped> support])
-AC_ARG_ENABLE(file_system,
+AC_ARG_ENABLE(style_scoped,
               AC_HELP_STRING([--enable-style-scoped],
                              [enable support for HTML5 <style scoped> [default=no]]),
               [], [enable_style_scoped="no"])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to