| Index: chrome/test/automation/tab_proxy.cc
|
| diff --git a/chrome/test/automation/tab_proxy.cc b/chrome/test/automation/tab_proxy.cc
|
| index 6f2f9a6e22ccec9248930abaf3a4d63d9d2000dc..83fee1fe05f18acf3d7d8da3a742288f57c897ea 100644
|
| --- a/chrome/test/automation/tab_proxy.cc
|
| +++ b/chrome/test/automation/tab_proxy.cc
|
| @@ -341,7 +341,7 @@ bool TabProxy::ExecuteAndExtractValue(const std::wstring& frame_xpath,
|
| json.append("]");
|
|
|
| JSONStringValueSerializer deserializer(json);
|
| - *value = deserializer.Deserialize(NULL);
|
| + *value = deserializer.Deserialize(NULL, NULL);
|
| return *value != NULL;
|
| }
|
|
|
|
|