| Index: webkit/glue/cpp_bound_class_unittest.cc
|
| diff --git a/webkit/glue/cpp_bound_class_unittest.cc b/webkit/glue/cpp_bound_class_unittest.cc
|
| index 283b807d3748cd00512a114b0dbd2ece9182337e..2f53c47f8dc6a1e46ef7f67be665dff7e218e672 100644
|
| --- a/webkit/glue/cpp_bound_class_unittest.cc
|
| +++ b/webkit/glue/cpp_bound_class_unittest.cc
|
| @@ -63,7 +63,7 @@ class ExampleTestShell : public TestShell {
|
| // When called by WebViewDelegate::WindowObjectCleared method, this binds a
|
| // CppExampleObject to window.example.
|
| virtual void BindJSObjectsToWindow(WebFrame* frame) {
|
| - example_bound_class_.BindToJavascript(frame, L"example");
|
| + example_bound_class_.BindToJavascript(frame, "example");
|
| // We use the layoutTestController binding for notifyDone.
|
| TestShell::BindJSObjectsToWindow(frame);
|
| }
|
|
|