| Index: Source/core/editing/MarkupAccumulator.h
|
| diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h
|
| index fd0fc3621625a177b4cf667240d59e2349416355..498548aed0cca4b4dd318b8e18c9ccb2931dc3cc 100644
|
| --- a/Source/core/editing/MarkupAccumulator.h
|
| +++ b/Source/core/editing/MarkupAccumulator.h
|
| @@ -39,7 +39,7 @@ class Element;
|
| class Node;
|
| class Range;
|
|
|
| -typedef HashMap<AtomicStringImpl*, AtomicStringImpl*> Namespaces;
|
| +typedef HashMap<StringImpl*, StringImpl*> Namespaces;
|
|
|
| enum EntityMask {
|
| EntityAmp = 0x0001,
|
|
|