diff options
Diffstat (limited to 'ppapi/cpp/instance.h')
-rw-r--r-- | ppapi/cpp/instance.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/instance.h b/ppapi/cpp/instance.h index 69de79f..81d4176 100644 --- a/ppapi/cpp/instance.h +++ b/ppapi/cpp/instance.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -102,7 +102,7 @@ class Instance { // separate C++ class. /** See PPP_Messaging.HandleMessage. */ - virtual void HandleMessage(const Var& message_data); + virtual void HandleMessage(const Var& message); /** See PPB_Messaging.PostMessage. */ void PostMessage(const Var& message); |