| Index: Source/bindings/v8/npruntime.cpp
|
| diff --git a/Source/bindings/v8/npruntime.cpp b/Source/bindings/v8/npruntime.cpp
|
| index 831864f3a41b0cc6be14d739ef0f03bf454dbed6..182845e88100fb1d7033f832f3aa7e47085fe6c2 100644
|
| --- a/Source/bindings/v8/npruntime.cpp
|
| +++ b/Source/bindings/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 DOMWindow*, which is going away if
|
| + // Script objects hold a refernce 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;
|
|
|