Title: [137938] trunk/Tools
Revision
137938
Author
[email protected]
Date
2012-12-17 13:40:59 -0800 (Mon, 17 Dec 2012)

Log Message

build-webkit: rename --template-tag to --template-element to match ENABLE #define name
https://bugs.webkit.org/show_bug.cgi?id=105072

Reviewed by Laszlo Gombos.

* Scripts/webkitperl/FeatureList.pm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (137937 => 137938)


--- trunk/Tools/ChangeLog	2012-12-17 21:38:51 UTC (rev 137937)
+++ trunk/Tools/ChangeLog	2012-12-17 21:40:59 UTC (rev 137938)
@@ -1,3 +1,12 @@
+2012-12-17  Adam Klein  <[email protected]>
+
+        build-webkit: rename --template-tag to --template-element to match ENABLE #define name
+        https://bugs.webkit.org/show_bug.cgi?id=105072
+
+        Reviewed by Laszlo Gombos.
+
+        * Scripts/webkitperl/FeatureList.pm:
+
 2012-12-17  Julien Chaffraix  <[email protected]>
 
         Add some unit testing for WTF::clampTo* functions

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (137937 => 137938)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2012-12-17 21:38:51 UTC (rev 137937)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2012-12-17 21:40:59 UTC (rev 137938)
@@ -127,7 +127,7 @@
     $svgFontsSupport,
     $svgSupport,
     $systemMallocSupport,
-    $templateTagSupport,
+    $templateElementSupport,
     $textAutosizingSupport,
     $tiledBackingStoreSupport,
     $touchEventsSupport,
@@ -395,8 +395,8 @@
     { option => "system-malloc", desc => "Toggle system allocator instead of TCmalloc",
       define => "USE_SYSTEM_MALLOC", default => isWinCE(), value => \$systemMallocSupport },
 
-    { option => "template-tag", desc => "Toggle Templates Tag support",
-      define => "ENABLE_TEMPLATE_ELEMENT", default => 0, value => \$templateTagSupport },
+    { option => "template-element", desc => "Toggle HTMLTemplateElement support",
+      define => "ENABLE_TEMPLATE_ELEMENT", default => 0, value => \$templateElementSupport },
 
     { option => "text-autosizing", desc => "Toggle Text Autosizing support",
       define => "ENABLE_TEXT_AUTOSIZING", default => 0, value => \$textAutosizingSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to