Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp |
index 52f9c00f4f41453913967507eb2907a84714e51e..87b92a306b35fb7ede45816226fea4a1ad1c9e07 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp |
@@ -226,7 +226,7 @@ void HTMLPlugInElement::updateWidget() |
void HTMLPlugInElement::removedFrom(ContainerNode* insertionPoint) |
{ |
// If we've persisted the plugin and we're removed from the tree then |
- // make sure we cleanup the persistance pointer. |
+ // make sure we cleanup the persistence pointer. |
if (m_persistedPluginWidget) { |
HTMLFrameOwnerElement::UpdateSuspendScope suspendWidgetHierarchyUpdates; |
setPersistedPluginWidget(nullptr); |