Index: Source/core/html/HTMLPlugInElement.cpp |
diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp |
index b3eb17608fde002aab8e166e780641ec6b7fc9a6..d9ddbf5aa416d7e83b28d5dfde1d88e6dbe7e35f 100644 |
--- a/Source/core/html/HTMLPlugInElement.cpp |
+++ b/Source/core/html/HTMLPlugInElement.cpp |
@@ -158,7 +158,7 @@ void HTMLPlugInElement::detach(const AttachContext& context) |
if (m_isCapturingMouseEvents) { |
if (Frame* frame = document().frame()) |
- frame->eventHandler().setCapturingMouseEventsNode(0); |
+ frame->eventHandler().setCapturingMouseEventsNode(nullptr); |
m_isCapturingMouseEvents = false; |
} |