Index: pdf/out_of_process_instance.cc |
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc |
index 8c240a60b63d9eba24c98f6c6bb8b0f945755b56..d8188ad4edb803dfc1ac2a016af4aa7eff6d5b79 100644 |
--- a/pdf/out_of_process_instance.cc |
+++ b/pdf/out_of_process_instance.cc |
@@ -469,7 +469,7 @@ void OutOfProcessInstance::HandleMessage(const pp::Var& message) { |
engine_->HasPermission(PDFEngine::PERMISSION_COPY_ACCESSIBLE); |
node.SetBoolean(kAccessibleCopyable, has_permissions); |
std::string json; |
- base::JSONWriter::Write(&node, &json); |
+ base::JSONWriter::Write(node, &json); |
reply.Set(pp::Var(kJSAccessibilityJSON), pp::Var(json)); |
} |
PostMessage(reply); |