| Index: chrome/renderer/resources/extensions/automation_custom_bindings.js
|
| diff --git a/chrome/renderer/resources/extensions/automation_custom_bindings.js b/chrome/renderer/resources/extensions/automation_custom_bindings.js
|
| index 76971bdd695f5525d4b649886a4c2be635d8b386..9df9717288289adaf623caa09789773f7b6dfbd3 100644
|
| --- a/chrome/renderer/resources/extensions/automation_custom_bindings.js
|
| +++ b/chrome/renderer/resources/extensions/automation_custom_bindings.js
|
| @@ -331,6 +331,11 @@ automationInternal.onAccessibilityTreeDestroyed.addListener(function(id) {
|
| DestroyAccessibilityTree(id);
|
| });
|
|
|
| +automationInternal.onAccessibilityTreeSerializationError.addListener(
|
| + function(id) {
|
| + automationInternal.enableFrame(id);
|
| +});
|
| +
|
| var binding = automation.generate();
|
| // Add additional accessibility bindings not specified in the automation IDL.
|
| // Accessibility and automation share some APIs (see
|
|
|