Index: content/shell/renderer/test_runner/web_ax_object_proxy.cc |
diff --git a/content/shell/renderer/test_runner/web_ax_object_proxy.cc b/content/shell/renderer/test_runner/web_ax_object_proxy.cc |
index 019f6415ce7550d7f29da85cc7a90e009f8f0b66..d52b02f2c47b754e42d65d57a1eaefd960cc1a35 100644 |
--- a/content/shell/renderer/test_runner/web_ax_object_proxy.cc |
+++ b/content/shell/renderer/test_runner/web_ax_object_proxy.cc |
@@ -622,7 +622,11 @@ void WebAXObjectProxy::NotificationReceived( |
v8::Isolate* isolate = blink::mainThreadIsolate(); |
+#ifdef WEB_FRAME_USES_V8_LOCAL |
+ v8::Local<v8::Value> argv[] = { |
+#else |
v8::Handle<v8::Value> argv[] = { |
+#endif |
v8::String::NewFromUtf8(isolate, notification_name.data(), |
v8::String::kNormalString, |
notification_name.size()), |