| Index: webkit/glue/cpp_bound_class.h
|
| ===================================================================
|
| --- webkit/glue/cpp_bound_class.h (revision 22886)
|
| +++ webkit/glue/cpp_bound_class.h (working copy)
|
| @@ -26,7 +26,9 @@
|
| #include "base/scoped_ptr.h"
|
| #include "base/task.h"
|
|
|
| +namespace WebKit {
|
| class WebFrame;
|
| +}
|
|
|
| typedef std::vector<CppVariant> CppArgumentList;
|
|
|
| @@ -51,7 +53,8 @@
|
| // as window.<classname>. The owner of the CppBoundObject is responsible for
|
| // keeping the object around while the frame is alive, and for destroying it
|
| // afterwards.
|
| - void BindToJavascript(WebFrame* frame, const std::wstring& classname);
|
| + void BindToJavascript(
|
| + WebKit::WebFrame* frame, const std::wstring& classname);
|
|
|
| // The type of callbacks.
|
| typedef Callback2<const CppArgumentList&, CppVariant*>::Type Callback;
|
|
|