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

Unified Diff: content/child/npobject_stub.h

Issue 17208003: Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (Chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove DCHECKs on proxy and stub maps. Created 7 years, 6 months 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
« no previous file with comments | « content/child/npobject_proxy.cc ('k') | content/child/npobject_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npobject_stub.h
diff --git a/content/child/npobject_stub.h b/content/child/npobject_stub.h
index 76b19b48ca7577e6234afbc49bda848434f8b052..70d3fbd5d13d4b80749fe2a0d2347b3757d41108 100644
--- a/content/child/npobject_stub.h
+++ b/content/child/npobject_stub.h
@@ -40,7 +40,7 @@ class NPObjectStub : public IPC::Listener,
virtual ~NPObjectStub();
// Schedules tear-down of this stub. The underlying NPObject reference is
- // released, and further invokations form the IPC channel will fail once this
+ // released, and further invokations from the IPC channel will fail once this
// call has returned. Deletion of the stub is deferred to the main loop, in
// case it is touched as the stack unwinds. DeleteSoon() is safe to call
// more than once, until control returns to the main loop.
« no previous file with comments | « content/child/npobject_proxy.cc ('k') | content/child/npobject_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698