| Index: webkit/glue/cpp_bound_class.cc
|
| diff --git a/webkit/glue/cpp_bound_class.cc b/webkit/glue/cpp_bound_class.cc
|
| index ff1f8ab65216a93e88d4270ec30604ca8b5627ed..34feedb58bcfcd87caa74608008165a9245f6b19 100644
|
| --- a/webkit/glue/cpp_bound_class.cc
|
| +++ b/webkit/glue/cpp_bound_class.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.
|
|
|
| @@ -63,6 +63,8 @@ private:
|
|
|
| }
|
|
|
| +namespace webkit_glue {
|
| +
|
| // Our special NPObject type. We extend an NPObject with a pointer to a
|
| // CppBoundClass, which is just a C++ interface that we forward all NPObject
|
| // callbacks to.
|
| @@ -324,3 +326,5 @@ void CppBoundClass::BindToJavascript(WebFrame* frame,
|
| NPVARIANT_TO_OBJECT(*GetAsCppVariant()));
|
| bound_to_frame_ = true;
|
| }
|
| +
|
| +} // namespace webkit_glue
|
|
|