| Index: Source/bindings/v8/V8EventListenerList.cpp
|
| diff --git a/Source/bindings/v8/V8EventListenerList.cpp b/Source/bindings/v8/V8EventListenerList.cpp
|
| index f08e51bbcf154f8a1f2e8125e4f24fcd7a67cc41..31d93923c658796af48782eb2b8e4e6eb99bdcf0 100644
|
| --- a/Source/bindings/v8/V8EventListenerList.cpp
|
| +++ b/Source/bindings/v8/V8EventListenerList.cpp
|
| @@ -42,7 +42,7 @@ PassRefPtr<EventListener> V8EventListenerList::getEventListener(v8::Local<v8::Va
|
| v8::Isolate* isolate = v8::Isolate::GetCurrent();
|
| v8::Handle<v8::Context> context = isolate->GetCurrentContext();
|
| if (context.IsEmpty())
|
| - return 0;
|
| + return nullptr;
|
| if (lookup == ListenerFindOnly) {
|
| // Used by EventTarget::removeEventListener, specifically
|
| // EventTargetV8Internal::removeEventListenerMethod
|
|
|