Index: trunk/Source/core/dom/IdTargetObserverRegistry.h |
=================================================================== |
--- trunk/Source/core/dom/IdTargetObserverRegistry.h (revision 153372) |
+++ trunk/Source/core/dom/IdTargetObserverRegistry.h (working copy) |
@@ -50,7 +50,7 @@ |
void notifyObserversInternal(const AtomicString& id); |
typedef HashSet<IdTargetObserver*> ObserverSet; |
- typedef HashMap<StringImpl*, OwnPtr<ObserverSet> > IdToObserverSetMap; |
+ typedef HashMap<AtomicStringImpl*, OwnPtr<ObserverSet> > IdToObserverSetMap; |
IdToObserverSetMap m_registry; |
ObserverSet* m_notifyingObserversInSet; |
}; |
Property changes on: trunk/Source/core/dom/IdTargetObserverRegistry.h |
___________________________________________________________________ |
Deleted: svn:eol-style |
- LF |