| Index: Source/core/dom/PseudoElement.cpp
|
| diff --git a/Source/core/dom/PseudoElement.cpp b/Source/core/dom/PseudoElement.cpp
|
| index 99824e593760ac969e6eaaca7561c3bfb310b2bd..105ac7e72bf07b01fe523e14f34cf1a4415a61ee 100644
|
| --- a/Source/core/dom/PseudoElement.cpp
|
| +++ b/Source/core/dom/PseudoElement.cpp
|
| @@ -42,8 +42,8 @@ const QualifiedName& pseudoElementTagName()
|
|
|
| String PseudoElement::pseudoElementNameForEvents(PseudoId pseudoId)
|
| {
|
| - DEFINE_STATIC_LOCAL(const String, after, (ASCIILiteral("::after")));
|
| - DEFINE_STATIC_LOCAL(const String, before, (ASCIILiteral("::before")));
|
| + DEFINE_STATIC_LOCAL(const String, after, ("::after"));
|
| + DEFINE_STATIC_LOCAL(const String, before, ("::before"));
|
| switch (pseudoId) {
|
| case AFTER:
|
| return after;
|
|
|