| Index: trunk/Source/core/editing/MarkupAccumulator.h
|
| ===================================================================
|
| --- trunk/Source/core/editing/MarkupAccumulator.h (revision 153372)
|
| +++ trunk/Source/core/editing/MarkupAccumulator.h (working copy)
|
| @@ -39,7 +39,7 @@
|
| class Node;
|
| class Range;
|
|
|
| -typedef HashMap<StringImpl*, StringImpl*> Namespaces;
|
| +typedef HashMap<AtomicStringImpl*, AtomicStringImpl*> Namespaces;
|
|
|
| enum EntityMask {
|
| EntityAmp = 0x0001,
|
|
|
| Property changes on: trunk/Source/core/editing/MarkupAccumulator.h
|
| ___________________________________________________________________
|
| Modified: svn:eol-style
|
| - LF
|
| + native
|
|
|
|
|