Title: [159664] trunk/Tools
Revision
159664
Author
[email protected]
Date
2013-11-21 18:56:22 -0800 (Thu, 21 Nov 2013)

Log Message

Update build-webkit after r159550.

* Scripts/webkitperl/FeatureList.pm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (159663 => 159664)


--- trunk/Tools/ChangeLog	2013-11-22 02:55:19 UTC (rev 159663)
+++ trunk/Tools/ChangeLog	2013-11-22 02:56:22 UTC (rev 159664)
@@ -1,3 +1,9 @@
+2013-11-21  Ryosuke Niwa  <[email protected]>
+
+        Update build-webkit after r159550.
+
+        * Scripts/webkitperl/FeatureList.pm:
+
 2013-11-21  Lucas Forschler  <[email protected]>
 
         Bring a new bot online, replacing the previous ones.

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (159663 => 159664)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2013-11-22 02:55:19 UTC (rev 159663)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2013-11-22 02:56:22 UTC (rev 159664)
@@ -431,7 +431,7 @@
       define => "USE_SYSTEM_MALLOC", default => (isBlackBerry() || isWinCE()), value => \$systemMallocSupport },
 
     { option => "template-element", desc => "Toggle HTMLTemplateElement support",
-      define => "ENABLE_TEMPLATE_ELEMENT", default => (isEfl() || isGtk()), value => \$templateElementSupport },
+      define => "ENABLE_TEMPLATE_ELEMENT", default => (isAppleMacWebKit() || isEfl() || isGtk()), value => \$templateElementSupport },
 
     { option => "text-autosizing", desc => "Toggle Text Autosizing support",
       define => "ENABLE_TEXT_AUTOSIZING", default => isBlackBerry(), value => \$textAutosizingSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to