diff options
Diffstat (limited to 'ppapi/proxy/plugin_var_serialization_rules.cc')
-rw-r--r-- | ppapi/proxy/plugin_var_serialization_rules.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/plugin_var_serialization_rules.cc b/ppapi/proxy/plugin_var_serialization_rules.cc index a4eea5b..2e92dd5 100644 --- a/ppapi/proxy/plugin_var_serialization_rules.cc +++ b/ppapi/proxy/plugin_var_serialization_rules.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -85,7 +85,7 @@ PP_Var PluginVarSerializationRules::ReceivePassRef(const PP_Var& var, // plugin code started to return a value, which means it gets another ref // on behalf of the caller. This needs to be transferred to the plugin and // folded in to its set of refs it maintains (with one ref representing all - // fo them in the browser). + // of them in the browser). if (var.type == PP_VARTYPE_OBJECT) { DCHECK(dispatcher->IsPlugin()); return var_tracker_->ReceiveObjectPassRef( |