summaryrefslogtreecommitdiff
path: root/fxjs/cjs_global.cpp
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2017-12-06 22:09:40 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-12-06 22:09:40 +0000
commit11506300e6a64de2aaba2abbea23d69b98627412 (patch)
treeb6822f6629ef9ecca1de1b71f82a94abacf95950 /fxjs/cjs_global.cpp
parentfd9e0b8f5f9204a46090c3b392b9a4322a6ea09d (diff)
downloadpdfium-11506300e6a64de2aaba2abbea23d69b98627412.tar.xz
Fix ps rendering.chromium/3287
Also fix other occurrences that were missed. Bug:pdfium:947 Change-Id: Ic7e909ff9ce3abdf91e8e9ba108c84ad28b2fd65 Reviewed-on: https://pdfium-review.googlesource.com/20472 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'fxjs/cjs_global.cpp')
-rw-r--r--fxjs/cjs_global.cpp4
1 files changed, 2 insertions, 2 deletions
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");
}
}