| Index: Source/core/layout/LayoutCounter.cpp
|
| diff --git a/Source/core/layout/LayoutCounter.cpp b/Source/core/layout/LayoutCounter.cpp
|
| index d70f7c379d624b1249779e1525243f9dd4bdc306..61866ba0db16af010f1ceffadda5ad0855a45634 100644
|
| --- a/Source/core/layout/LayoutCounter.cpp
|
| +++ b/Source/core/layout/LayoutCounter.cpp
|
| @@ -41,7 +41,7 @@ namespace blink {
|
|
|
| using namespace HTMLNames;
|
|
|
| -typedef HashMap<AtomicString, RefPtr<CounterNode> > CounterMap;
|
| +typedef HashMap<AtomicString, RefPtr<CounterNode>> CounterMap;
|
| typedef HashMap<const LayoutObject*, OwnPtr<CounterMap>> CounterMaps;
|
|
|
| static CounterNode* makeCounterNode(LayoutObject&, const AtomicString& identifier, bool alwaysCreateCounter);
|
|
|