| Index: content/browser/in_process_webkit/indexed_db_uitest.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_uitest.cc b/content/browser/in_process_webkit/indexed_db_uitest.cc
|
| index ee427e5b45655617c0bac698f8fb115127c88c80..99750c51dad23b73ded123ba60593f0a8cb91042 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_uitest.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_uitest.cc
|
| @@ -36,7 +36,7 @@ class IndexedDBUILayoutTest : public UILayoutTest {
|
| FilePath test_dir_;
|
| };
|
|
|
| -TEST_F(IndexedDBUILayoutTest, DISABLED_LayoutTests) {
|
| +TEST_F(IndexedDBUILayoutTest, LayoutTests) {
|
| const int port = kNoHttpPort;
|
| InitializeForLayoutTest(test_dir_, FilePath(), port);
|
| AddJSTestResources();
|
|
|