| Index: Source/core/editing/MarkupAccumulator.h
|
| diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h
|
| index ca638ccf63ad9671614c50837a95a39295a79b23..19b5add6fb16cb69b70568db8a93ba20733da509 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,
|
|
|