Index: Source/web/WebAXObject.cpp |
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp |
index 31974e8bad77f50311e498c5dd8313162cf2941d..278ff06b6df00c0f7c6682e6dc70e5f9117aa008 100644 |
--- a/Source/web/WebAXObject.cpp |
+++ b/Source/web/WebAXObject.cpp |
@@ -112,11 +112,6 @@ bool WebAXObject::updateLayoutAndCheckValidity() |
return !isDetached(); |
} |
-bool WebAXObject::updateBackingStoreAndCheckValidity() |
-{ |
- return updateLayoutAndCheckValidity(); |
-} |
- |
WebString WebAXObject::accessibilityDescription() const |
{ |
if (isDetached()) |