diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-12-12 18:24:09 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-12-12 18:24:09 +0000 |
commit | f7aa204aafe97505b98f38a7b52a74f5e2a59a8e (patch) | |
tree | 9b16759dc83b931227d0ca7eb94779650a2ff623 /fxjs/xfa/cjx_node.h | |
parent | a4789fffa5f9fb514264db30aec51899e06818fe (diff) | |
download | pdfium-f7aa204aafe97505b98f38a7b52a74f5e2a59a8e.tar.xz |
Move Script_Attribute_String to CJX_Object
The CJX_Node isn't the root of the CJX hierarchy. This causes issues
now that CJX_Object has child objects which don't inherit from CJX_Node.
This CL moves Script_Attribute_String from CJX_Node to CJX_Object.
Change-Id: Icbf1cb3ea132e358fd53f00008c0b748ed4cc941
Reviewed-on: https://pdfium-review.googlesource.com/20950
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fxjs/xfa/cjx_node.h')
-rw-r--r-- | fxjs/xfa/cjx_node.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fxjs/xfa/cjx_node.h b/fxjs/xfa/cjx_node.h index a18166fbc9..f521971519 100644 --- a/fxjs/xfa/cjx_node.h +++ b/fxjs/xfa/cjx_node.h @@ -120,9 +120,6 @@ class CJX_Node : public CJX_Tree { void Script_Attribute_BOOLRead(CFXJSE_Value* pValue, bool bSetting, XFA_Attribute eAttribute); - void Script_Attribute_String(CFXJSE_Value* pValue, - bool bSetting, - XFA_Attribute eAttribute); void Script_Attribute_StringRead(CFXJSE_Value* pValue, bool bSetting, XFA_Attribute eAttribute); |