From 11506300e6a64de2aaba2abbea23d69b98627412 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Wed, 6 Dec 2017 22:09:40 +0000 Subject: Fix ps rendering. Also fix other occurrences that were missed. Bug:pdfium:947 Change-Id: Ic7e909ff9ce3abdf91e8e9ba108c84ad28b2fd65 Reviewed-on: https://pdfium-review.googlesource.com/20472 Reviewed-by: dsinclair Commit-Queue: Henrique Nakashima --- fxjs/cjs_global.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fxjs') diff --git a/fxjs/cjs_global.cpp b/fxjs/cjs_global.cpp index db63a4b8b9..95124ff84d 100644 --- a/fxjs/cjs_global.cpp +++ b/fxjs/cjs_global.cpp @@ -116,8 +116,8 @@ void JSSpecialPropDel(const char* class_name, pObj->DelProperty(pRuntime, PropFromV8Prop(property).c_str()); if (result.HasError()) { // TODO(dsinclair): Should this set the pRuntime->Error result? - // ByteString cbName; - // cbName.Format("%s.%s", class_name, "DelProperty"); + // ByteString cbName = + // ByteString::Format("%s.%s", class_name, "DelProperty"); } } -- cgit v1.2.3