Title: [88732] trunk/Tools
Revision
88732
Author
[email protected]
Date
2011-06-13 16:49:02 -0700 (Mon, 13 Jun 2011)

Log Message

2011-06-13  Chris Rogers  <[email protected]>

        Unreviewed build fix.

        Build fix to chromium DRT until we can rebaseline some tests
        https://bugs.webkit.org/show_bug.cgi?id=62608

        * DumpRenderTree/chromium/TestShell.cpp:
        (TestShell::TestShell):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (88731 => 88732)


--- trunk/Tools/ChangeLog	2011-06-13 23:28:23 UTC (rev 88731)
+++ trunk/Tools/ChangeLog	2011-06-13 23:49:02 UTC (rev 88732)
@@ -1,5 +1,15 @@
 2011-06-13  Chris Rogers  <[email protected]>
 
+        Unreviewed build fix.
+
+        Build fix to chromium DRT until we can rebaseline some tests
+        https://bugs.webkit.org/show_bug.cgi?id=62608
+
+        * DumpRenderTree/chromium/TestShell.cpp:
+        (TestShell::TestShell):
+
+2011-06-13  Chris Rogers  <[email protected]>
+
         Reviewed by Dirk Pranke.
 
         Add Web Audio support to chromium DRT

Modified: trunk/Tools/DumpRenderTree/chromium/TestShell.cpp (88731 => 88732)


--- trunk/Tools/DumpRenderTree/chromium/TestShell.cpp	2011-06-13 23:28:23 UTC (rev 88731)
+++ trunk/Tools/DumpRenderTree/chromium/TestShell.cpp	2011-06-13 23:49:02 UTC (rev 88732)
@@ -115,7 +115,6 @@
     WebRuntimeFeatures::enableIndexedDatabase(true);
     WebRuntimeFeatures::enableFileSystem(true);
     WebRuntimeFeatures::enableJavaScriptI18NAPI(true);
-    WebRuntimeFeatures::enableWebAudio(true);
 
     m_webPermissions = adoptPtr(new WebPermissions());
     m_accessibilityController = adoptPtr(new AccessibilityController(this));
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to