Chromium Code Reviews| Index: Source/WebCore/accessibility/AccessibilityObject.h |
| =================================================================== |
| --- Source/WebCore/accessibility/AccessibilityObject.h (revision 88128) |
| +++ Source/WebCore/accessibility/AccessibilityObject.h (working copy) |
| @@ -583,7 +583,7 @@ |
| // allows for an AccessibilityObject to update its render tree or perform |
| // other operations update type operations |
| - virtual void updateBackingStore() { } |
| + void updateBackingStore(); |
| protected: |
| AXID m_id; |