| 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 10fd29d0609708f8dee99df03c2d0a9fd36de032..53222ab0cfba6779c2a41cc2905f451c77d67ed3 100644
|
| --- a/chrome/renderer/resources/extensions/automation_custom_bindings.js
|
| +++ b/chrome/renderer/resources/extensions/automation_custom_bindings.js
|
| @@ -347,6 +347,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
|
|
|