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 15d82af2929e9db8bedd87afde10ef58787f2464..a1ff507a9c4555098d8913db14024cbedaede249 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp |
@@ -224,7 +224,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); |