aboutsummaryrefslogtreecommitdiff
path: root/fxjs/cjs_highlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_highlight.h')
-rw-r--r--fxjs/cjs_highlight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_highlight.h b/fxjs/cjs_highlight.h
index efec12714..ad6881189 100644
--- a/fxjs/cjs_highlight.h
+++ b/fxjs/cjs_highlight.h
@@ -1,4 +1,4 @@
-// Copyright 2017 PDFium Authors. All rights reserved.
+// Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -16,7 +16,7 @@ class CJS_Highlight final : public CJS_Object {
CJS_Highlight() = delete;
private:
- static int ObjDefnID;
+ static uint32_t ObjDefnID;
static const JSConstSpec ConstSpecs[];
};