| Index: Source/bindings/core/v8/ScriptEventListener.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptEventListener.cpp b/Source/bindings/core/v8/ScriptEventListener.cpp
|
| index dc6ca45e7f8981af1c5adcc3e0ae9e87e1782fcf..395905d427186f4290d7b51d78c5c0c50d5c04a7 100644
|
| --- a/Source/bindings/core/v8/ScriptEventListener.cpp
|
| +++ b/Source/bindings/core/v8/ScriptEventListener.cpp
|
| @@ -122,7 +122,7 @@ String eventListenerHandlerBody(Document* document, EventListener* listener)
|
| if (function.IsEmpty())
|
| return "";
|
|
|
| - TOSTRING_DEFAULT(V8StringResource<WithNullCheck>, functionString, function, "");
|
| + TOSTRING_DEFAULT(V8StringResource<TreatNullAsNullString>, functionString, function, "");
|
| return functionString;
|
| }
|
|
|
|
|