diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-02 00:54:37 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-02 00:54:37 +0000 |
commit | 117366a1d4d1d64322d021e444a2efa0e61ca5b9 (patch) | |
tree | a1de02e4e68910742400615ac522cdf6c3ab72cc /o3d/plugin | |
parent | 7a37de37359341143f01045aa1a0c5cb1843e252 (diff) | |
download | chromium_src-117366a1d4d1d64322d021e444a2efa0e61ca5b9.zip chromium_src-117366a1d4d1d64322d021e444a2efa0e61ca5b9.tar.gz chromium_src-117366a1d4d1d64322d021e444a2efa0e61ca5b9.tar.bz2 |
Review URL: http://codereview.chromium.org/147258
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin')
-rw-r--r-- | o3d/plugin/idl/pack.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/idl/pack.idl b/o3d/plugin/idl/pack.idl index 99b4863..d52424a 100644 --- a/o3d/plugin/idl/pack.idl +++ b/o3d/plugin/idl/pack.idl @@ -64,7 +64,7 @@ typedef ObjectBase[] ObjectArray; \endcode The only difference is that after all the objects are removed the pack - itself will be released from the client. See documenation on + itself will be released from the client. See documentation on pack.removeObject for why this is important. It's important to note that many objects are only referenced by the pack. |