Index: Source/bindings/v8/Dictionary.cpp |
diff --git a/Source/bindings/v8/Dictionary.cpp b/Source/bindings/v8/Dictionary.cpp |
index 8fd6b183853f55c3e7d1f1474ad397d930383693..fe255329c6267c2082bb7c9d0508402a75e817d9 100644 |
--- a/Source/bindings/v8/Dictionary.cpp |
+++ b/Source/bindings/v8/Dictionary.cpp |
@@ -525,7 +525,7 @@ bool Dictionary::get(const String& key, RefPtr<EventTarget>& value) const |
if (!getKey(key, v8Value)) |
return false; |
- value = 0; |
+ value = nullptr; |
// We need to handle a DOMWindow specially, because a DOMWindow wrapper |
// exists on a prototype chain of v8Value. |
if (v8Value->IsObject()) { |