| Index: Source/core/html/shadow/ShadowElementNames.cpp
|
| diff --git a/Source/core/html/shadow/ShadowElementNames.cpp b/Source/core/html/shadow/ShadowElementNames.cpp
|
| index ad2f183effbaa2fc6fb97052f46394f9307b91e5..1a73f5cc7089a79246638660ec7b115515869185 100644
|
| --- a/Source/core/html/shadow/ShadowElementNames.cpp
|
| +++ b/Source/core/html/shadow/ShadowElementNames.cpp
|
| @@ -119,6 +119,12 @@ const AtomicString& textFieldContainer()
|
| return name;
|
| }
|
|
|
| +const AtomicString& optGroupLabel()
|
| +{
|
| + DEFINE_STATIC_LOCAL(AtomicString, name, ("optgroup-label", AtomicString::ConstructFromLiteral));
|
| + return name;
|
| +}
|
| +
|
| }
|
|
|
| }
|
|
|