| 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;
|
|
|