Index: Source/core/accessibility/AXObject.cpp |
diff --git a/Source/core/accessibility/AXObject.cpp b/Source/core/accessibility/AXObject.cpp |
index feb9d8fdbc550e55e03c3fd8907209674cee4697..08d9104b40042ab122302c3b75aed9ddd58578fb 100644 |
--- a/Source/core/accessibility/AXObject.cpp |
+++ b/Source/core/accessibility/AXObject.cpp |
@@ -163,13 +163,6 @@ AXObjectCache* AXObject::axObjectCache() const |
return 0; |
} |
-void AXObject::updateBackingStore() |
-{ |
- // Updating the layout may delete this object. |
- if (Document* document = this->document()) |
- document->updateLayoutIgnorePendingStylesheets(); |
-} |
- |
bool AXObject::isARIATextControl() const |
{ |
return ariaRoleAttribute() == TextAreaRole || ariaRoleAttribute() == TextFieldRole; |