Title: [139430] trunk/Source/WebCore
- Revision
- 139430
- Author
- zandober...@gmail.com
- Date
- 2013-01-11 04:43:46 -0800 (Fri, 11 Jan 2013)
Log Message
[GTK] Disable the ENABLE_LEGACY_WEB_AUDIO feature define in release builds
https://bugs.webkit.org/show_bug.cgi?id=106577
Reviewed by Philippe Normand.
The Web Audio feature is not enabled in the release builds, so there's
no need to enable the legacy Web Audio API either.
No new tests - no new functionality.
* GNUmakefile.features.am.in:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (139429 => 139430)
--- trunk/Source/WebCore/ChangeLog 2013-01-11 12:28:24 UTC (rev 139429)
+++ trunk/Source/WebCore/ChangeLog 2013-01-11 12:43:46 UTC (rev 139430)
@@ -1,3 +1,17 @@
+2013-01-11 Zan Dobersek <zandober...@gmail.com>
+
+ [GTK] Disable the ENABLE_LEGACY_WEB_AUDIO feature define in release builds
+ https://bugs.webkit.org/show_bug.cgi?id=106577
+
+ Reviewed by Philippe Normand.
+
+ The Web Audio feature is not enabled in the release builds, so there's
+ no need to enable the legacy Web Audio API either.
+
+ No new tests - no new functionality.
+
+ * GNUmakefile.features.am.in:
+
2013-01-11 Antoine Quint <grao...@apple.com>
Web Inspector: Option+Click on Node Expander Doesn't Work the First Time
Modified: trunk/Source/WebCore/GNUmakefile.features.am.in (139429 => 139430)
--- trunk/Source/WebCore/GNUmakefile.features.am.in 2013-01-11 12:28:24 UTC (rev 139429)
+++ trunk/Source/WebCore/GNUmakefile.features.am.in 2013-01-11 12:43:46 UTC (rev 139430)
@@ -52,7 +52,7 @@
ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0 \
ENABLE_LEGACY_NOTIFICATIONS=0 \
ENABLE_LEGACY_VENDOR_PREFIXES=1 \
- ENABLE_LEGACY_WEB_AUDIO=1 \
+ ENABLE_LEGACY_WEB_AUDIO=0 \
ENABLE_LINK_PREFETCH=0 \
ENABLE_LINK_PRERENDER=0 \
ENABLE_MATHML=1 \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes