Index: Source/core/platform/Widget.h |
diff --git a/Source/core/platform/Widget.h b/Source/core/platform/Widget.h |
index ab863f3df92b3c3c8b7feb103927f2ef95f74e0a..045444092bfd6acf6ae01b46a5931ea4f0e47024 100644 |
--- a/Source/core/platform/Widget.h |
+++ b/Source/core/platform/Widget.h |
@@ -129,7 +129,7 @@ public: |
// A means to access the AX cache when this object can get a pointer to it. |
virtual AXObjectCache* axObjectCache() const { return 0; } |
- |
+ |
private: |
ScrollView* m_parent; |
IntRect m_frame; |