| Index: Source/bindings/v8/ScriptEventListener.cpp
|
| diff --git a/Source/bindings/v8/ScriptEventListener.cpp b/Source/bindings/v8/ScriptEventListener.cpp
|
| index 5d3231953259626ee5580fa4ee2c42d07acd1a7d..1d4a7f3a5ff1d3027f7cfd7a217634d7c6fc87c2 100644
|
| --- a/Source/bindings/v8/ScriptEventListener.cpp
|
| +++ b/Source/bindings/v8/ScriptEventListener.cpp
|
| @@ -45,8 +45,8 @@ namespace WebCore {
|
|
|
| static const String& eventParameterName(bool isSVGEvent)
|
| {
|
| - DEFINE_STATIC_LOCAL(const String, eventString, (ASCIILiteral("event")));
|
| - DEFINE_STATIC_LOCAL(const String, evtString, (ASCIILiteral("evt")));
|
| + DEFINE_STATIC_LOCAL(const String, eventString, ("event"));
|
| + DEFINE_STATIC_LOCAL(const String, evtString, ("evt"));
|
| return isSVGEvent ? evtString : eventString;
|
| }
|
|
|
|
|