| Index: Source/modules/accessibility/AXObjectCacheImpl.h
|
| diff --git a/Source/modules/accessibility/AXObjectCacheImpl.h b/Source/modules/accessibility/AXObjectCacheImpl.h
|
| index 494b54c5a38d60f08cb51b70a48e57cd5525b46a..c21fce606fbf0ab468b14df20b65b1e31b893e69 100644
|
| --- a/Source/modules/accessibility/AXObjectCacheImpl.h
|
| +++ b/Source/modules/accessibility/AXObjectCacheImpl.h
|
| @@ -171,7 +171,7 @@ protected:
|
|
|
| private:
|
| Document& m_document;
|
| - HashMap<AXID, RefPtr<AXObject> > m_objects;
|
| + HashMap<AXID, RefPtr<AXObject>> m_objects;
|
| HashMap<RenderObject*, AXID> m_renderObjectMapping;
|
| HashMap<Widget*, AXID> m_widgetObjectMapping;
|
| HashMap<Node*, AXID> m_nodeObjectMapping;
|
| @@ -182,7 +182,7 @@ private:
|
| HashSet<AXID> m_idsInUse;
|
|
|
| Timer<AXObjectCacheImpl> m_notificationPostTimer;
|
| - Vector<pair<RefPtr<AXObject>, AXNotification> > m_notificationsToPost;
|
| + Vector<pair<RefPtr<AXObject>, AXNotification>> m_notificationsToPost;
|
| void notificationPostTimerFired(Timer<AXObjectCacheImpl>*);
|
|
|
| AXObject* focusedImageMapUIElement(HTMLAreaElement*);
|
|
|