Changeset 88732 in webkit


Ignore:
Timestamp:
Jun 13, 2011 4:49:02 PM (13 years ago)
Author:
crogers@google.com
Message:

2011-06-13 Chris Rogers <crogers@google.com>

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):
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r88726 r88732  
     12011-06-13  Chris Rogers  <crogers@google.com>
     2
     3        Unreviewed build fix.
     4
     5        Build fix to chromium DRT until we can rebaseline some tests
     6        https://bugs.webkit.org/show_bug.cgi?id=62608
     7
     8        * DumpRenderTree/chromium/TestShell.cpp:
     9        (TestShell::TestShell):
     10
    1112011-06-13  Chris Rogers  <crogers@google.com>
    212
  • trunk/Tools/DumpRenderTree/chromium/TestShell.cpp

    r88726 r88732  
    116116    WebRuntimeFeatures::enableFileSystem(true);
    117117    WebRuntimeFeatures::enableJavaScriptI18NAPI(true);
    118     WebRuntimeFeatures::enableWebAudio(true);
    119118
    120119    m_webPermissions = adoptPtr(new WebPermissions());
Note: See TracChangeset for help on using the changeset viewer.