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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/npruntime.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/bindings/core/v8/npruntime.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/npruntime.cpp b/third_party/WebKit/Source/bindings/core/v8/npruntime.cpp
index d600cc21e96bc57219b7427c3fce70b9bc956f45..4ad57155481e9935d33f5a596e293946e4abc219 100644
--- a/third_party/WebKit/Source/bindings/core/v8/npruntime.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/npruntime.cpp
@@ -432,7 +432,7 @@ void _NPN_UnregisterObject(NPObject* npObject)
set->remove(sub_object);
liveObjectMap().remove(sub_object);
- // Script objects hold a refernce to their LocalDOMWindow*, which is going away if
+ // Script objects hold a reference to their LocalDOMWindow*, which is going away if
// we're unregistering the associated owner NPObject. Clear it out.
if (V8NPObject* v8npObject = npObjectToV8NPObject(sub_object))
v8npObject->rootObject = 0;

Powered by Google App Engine
This is Rietveld 408576698