Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Unified Diff: third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp

Issue 1444173002: third_party/WebKit: fix typos found in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL Description change, Typo patch apply to upstream master. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698