| Index: Source/core/dom/DocumentOrderedMap.h
|
| diff --git a/Source/core/dom/DocumentOrderedMap.h b/Source/core/dom/DocumentOrderedMap.h
|
| index 19c470ea0415c981d5850f87d087f6e9ab1886cc..fdcf4380bd7978056c3a5ebd2445138405260c1a 100644
|
| --- a/Source/core/dom/DocumentOrderedMap.h
|
| +++ b/Source/core/dom/DocumentOrderedMap.h
|
| @@ -55,7 +55,7 @@ public:
|
| Element* getElementByLabelForAttribute(StringImpl*, const TreeScope*) const;
|
|
|
| private:
|
| - template<bool keyMatches(StringImpl*, Element*)> Element* get(StringImpl*, const TreeScope*) const;
|
| + template<bool keyMatches(StringImpl*, Element&)> Element* get(StringImpl*, const TreeScope*) const;
|
|
|
| struct MapEntry {
|
| explicit MapEntry(Element* firstElement)
|
|
|