Index: content/renderer/gpu/gpu_benchmarking_extension.h |
diff --git a/content/renderer/gpu/gpu_benchmarking_extension.h b/content/renderer/gpu/gpu_benchmarking_extension.h |
index 229d53c0b3b4ffb0b00cb024a89388c241930294..f2ff89d044a7b2ead90854d882954fb9636942b0 100644 |
--- a/content/renderer/gpu/gpu_benchmarking_extension.h |
+++ b/content/renderer/gpu/gpu_benchmarking_extension.h |
@@ -51,7 +51,7 @@ class GpuBenchmarking : public gin::Wrappable<GpuBenchmarking> { |
bool Tap(gin::Arguments* args); |
void ClearImageCache(); |
int RunMicroBenchmark(gin::Arguments* args); |
- bool SendMessageToMicroBenchmark(int id, v8::Handle<v8::Object> message); |
+ bool SendMessageToMicroBenchmark(int id, v8::Local<v8::Object> message); |
bool HasGpuProcess(); |
DISALLOW_COPY_AND_ASSIGN(GpuBenchmarking); |