Index: Source/core/accessibility/AXRenderObject.cpp |
diff --git a/Source/core/accessibility/AXRenderObject.cpp b/Source/core/accessibility/AXRenderObject.cpp |
index 85d783df9aea2ee43f2f1f7f8303d069a2098a27..07afd3e6d65835330a3370ce92f46f933ba6988b 100644 |
--- a/Source/core/accessibility/AXRenderObject.cpp |
+++ b/Source/core/accessibility/AXRenderObject.cpp |
@@ -231,7 +231,7 @@ Document* AXRenderObject::topDocument() const |
{ |
if (!document()) |
return 0; |
- return document()->topDocument(); |
+ return &document()->topDocument(); |
} |
bool AXRenderObject::shouldNotifyActiveDescendant() const |