| Index: content/browser/renderer_host/render_sandbox_host_linux.cc
|
| diff --git a/content/browser/renderer_host/render_sandbox_host_linux.cc b/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| index 07f0b2054ac2cf5d4cb06db9835c80155692670f..0cc3638740388ffc5fe4cbfe4f7bc4aed6fcefea 100644
|
| --- a/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| +++ b/content/browser/renderer_host/render_sandbox_host_linux.cc
|
| @@ -253,7 +253,7 @@ class SandboxIPCProcess {
|
| }
|
|
|
| EnsureWebKitInitialized();
|
| - scoped_array<WebUChar> chars(new WebUChar[num_chars]);
|
| + scoped_ptr<WebUChar[]> chars(new WebUChar[num_chars]);
|
|
|
| for (int i = 0; i < num_chars; ++i) {
|
| uint32_t c;
|
|
|