| Index: chrome/browser/idbbindingutilities_browsertest.cc
|
| diff --git a/chrome/browser/idbbindingutilities_browsertest.cc b/chrome/browser/idbbindingutilities_browsertest.cc
|
| index 6a2476c23b80b163667a7da7350ebc894c78e34a..c8e773acbc9c1c975e5b8643b1f965be37c40e5c 100644
|
| --- a/chrome/browser/idbbindingutilities_browsertest.cc
|
| +++ b/chrome/browser/idbbindingutilities_browsertest.cc
|
| @@ -338,7 +338,9 @@ IN_PROC_BROWSER_TEST_F(InProcessBrowserTest, InjectIDBKey) {
|
|
|
| ScopedIDBKeyPathHelper scoped_helper;
|
| scoped_helper.SetExpectedValue(expected_value);
|
| - scoped_helper.CheckInjectValue(key, value, UTF8ToUTF16("bar"));
|
| + // TODO(lukezarko@gmail.com): re-enable this after the changes described at
|
| + // https://bugs.webkit.org/show_bug.cgi?id=63481 land.
|
| + // scoped_helper.CheckInjectValue(key, value, UTF8ToUTF16("bar"));
|
|
|
| scoped_helper.SetExpectedValue(SerializedScriptValue()); // Expect null.
|
| scoped_helper.CheckInjectValue(key, value, UTF8ToUTF16("bad.key.path"));
|
|
|