| Index: third_party/WebKit/Source/core/dom/QualifiedName.h
|
| diff --git a/third_party/WebKit/Source/core/dom/QualifiedName.h b/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| index 0e48ab795b37d78d8412be7fbf1108f1d229128b..f48b31540b16899720985b829397352137c612b9 100644
|
| --- a/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| +++ b/third_party/WebKit/Source/core/dom/QualifiedName.h
|
| @@ -127,7 +127,7 @@ public:
|
| QualifiedNameImpl* impl() const { return m_impl.get(); }
|
|
|
| // Init routine for globals
|
| - static void init();
|
| + static void initAndReserveCapacityForSize(unsigned size);
|
|
|
| static const QualifiedName& null();
|
|
|
|
|