| Index: content/browser/indexed_db/idbbindingutilities_browsertest.cc
|
| diff --git a/content/browser/indexed_db/idbbindingutilities_browsertest.cc b/content/browser/indexed_db/idbbindingutilities_browsertest.cc
|
| index b264c249ba95662fdcab607be2449be98a5a6d7a..0793e0bd94a184864441d9534a09b8f235674d7b 100644
|
| --- a/content/browser/indexed_db/idbbindingutilities_browsertest.cc
|
| +++ b/content/browser/indexed_db/idbbindingutilities_browsertest.cc
|
| @@ -37,7 +37,8 @@ class ScopedShutdownWebKit {
|
| };
|
|
|
| // Sanity test, check the function call directly outside the sandbox.
|
| -TEST(IDBKeyPathWithoutSandbox, Value) {
|
| +// TODO(jsbell): Disabled to land WK76487; http://crbug.com/110956 has fix.
|
| +TEST(IDBKeyPathWithoutSandbox, DISABLED_Value) {
|
| content::WebKitPlatformSupportImpl webkit_platform_support;
|
| WebKit::initialize(&webkit_platform_support);
|
| ScopedShutdownWebKit shutdown_webkit;
|
|
|